mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:02:08 +02:00
arc: add page (#3430)
This commit is contained in:
parent
053569b9d4
commit
e0b353e37f
1 changed files with 20 additions and 0 deletions
20
pages/common/arc.md
Normal file
20
pages/common/arc.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue