mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
1c0807f9b7
Signed-off-by: egg12138 <xoltraman@outlook.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
904 B
904 B
b4
A tool for working with patches and pull requests in a public-inbox archive. Some subcommands such as
am,shazam,prep,sendhave their own usage documentation. More information: https://manned.org/b4.
- Retrieve a thread from a public-inbox archive and save as an mbox file:
b4 mbox {{message_id}}
- Retrieve patches from a thread and prepare them for applying with
git am:
b4 am {{message_id}}
- Retrieve and apply patches directly to the current Git tree:
b4 shazam {{message_id}}
- Start a new patch series branch forked from a specific point:
b4 prep {{[-n|--new]}} {{series_name}} {{[-f|--fork-point]}} {{fork_point}}
- Send patches from the current branch to the mailing list:
b4 send
- Update the current branch with new code-review trailers:
b4 trailers {{[-u|--update]}}
- Display help:
b4 {{[-h|--help]}}
- Display version:
b4 --version