Files
cheatsheet-tldr/arc
2024-02-21 11:19:49 +00:00

26 lines
424 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`