mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 23:55:22 +00:00
Update cheatsheets
This commit is contained in:
25
arc
Normal file
25
arc
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user