mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 22:57:59 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
25
tldr/arc
Normal file
25
tldr/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