mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 05:22:11 +02:00

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
20 lines
331 B
Markdown
20 lines
331 B
Markdown
# arc
|
|
|
|
> Arcanist: a CLI for Phabricator.
|
|
> More information: <https://secure.phabricator.com/book/phabricator/article/arcanist/>.
|
|
|
|
- Send the changes to Differential for review:
|
|
|
|
`arc diff`
|
|
|
|
- Show pending revision information:
|
|
|
|
`arc list`
|
|
|
|
- Update Git commit messages after review:
|
|
|
|
`arc amend`
|
|
|
|
- Push Git changes:
|
|
|
|
`arc land`
|