tldr/pages/common/arc.md

21 lines
331 B
Markdown
Raw Normal View History

2019-10-19 22:46:13 +01:00
# arc
> Arcanist: a CLI for Phabricator.
> More information: <https://secure.phabricator.com/book/phabricator/article/arcanist/>.
2019-10-19 22:46:13 +01:00
- 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`