Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 766 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 766 Bytes

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)"