Home

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

AliasCommand
garcgit arc create
garclgit arc create -l
garlgit arc list
garsgit arc stage

Functions

FunctionCommand
garlmgit arc list main.."$(current_branch)"
garugit arc update "$(current_branch)"