Skip to content

jlduran/git-arc-oh-my-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Oh My ZSH plugin for git-arc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages