mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Document arc branch in the Arcanist user guide.
This commit is contained in:
parent
11d8f1af18
commit
e3a02f7945
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ Arcanist allows you to do things like:
|
||||||
- download a patch from Differential with ##arc export##
|
- download a patch from Differential with ##arc export##
|
||||||
- update Git commit messages after review with ##arc amend##
|
- update Git commit messages after review with ##arc amend##
|
||||||
- commit SVN changes with ##arc commit##
|
- commit SVN changes with ##arc commit##
|
||||||
|
- view enhanced information about Git branches with ##arc branch##
|
||||||
|
|
||||||
Once you've configured lint and unit test integration, you can also:
|
Once you've configured lint and unit test integration, you can also:
|
||||||
|
|
||||||
|
@ -43,7 +44,7 @@ Arcanist has some advanced features as well, you can:
|
||||||
- activate tab completion with ##arc shell-complete##
|
- activate tab completion with ##arc shell-complete##
|
||||||
- install arc as a pre-commit hook with ##arc svn-hook-pre-commit## or
|
- install arc as a pre-commit hook with ##arc svn-hook-pre-commit## or
|
||||||
##arc git-hook-pre-receive##
|
##arc git-hook-pre-receive##
|
||||||
- ...or extend Arcanist and add new commands
|
- ...or extend Arcanist and add new commands.
|
||||||
|
|
||||||
Except where otherwise noted, these workflows are generally agnostic to the
|
Except where otherwise noted, these workflows are generally agnostic to the
|
||||||
underlying version control system and will work properly in git or SVN
|
underlying version control system and will work properly in git or SVN
|
||||||
|
|
Loading…
Reference in a new issue