Awesome
git arc plugin
The git arc plugin provides aliases and functions for git-arc, a FreeBSD development tool.
To use it, add git-arc
to the plugins array in your zshrc file:
plugins=(... git-arc)
Aliases
Alias | Command |
---|---|
garc | git arc create |
garcl | git arc create -l |
garl | git arc list |
gars | git arc stage |
Functions
Function | Command |
---|---|
garlm | git arc list main.."$(current_branch)" |
garu | git arc update "$(current_branch)" |