1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Document arc branch in the Arcanist user guide.

This commit is contained in:
epriestley 2011-06-29 13:26:33 -07:00
parent 11d8f1af18
commit e3a02f7945

View file

@ -30,6 +30,7 @@ Arcanist allows you to do things like:
- download a patch from Differential with ##arc export##
- update Git commit messages after review with ##arc amend##
- 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:
@ -43,7 +44,7 @@ Arcanist has some advanced features as well, you can:
- activate tab completion with ##arc shell-complete##
- install arc as a pre-commit hook with ##arc svn-hook-pre-commit## or
##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
underlying version control system and will work properly in git or SVN