1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/arc.md

21 lines
330 B
Markdown
Raw Normal View History

2019-10-20 05:46:13 +08:00
# 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`