Home

Awesome

GIT ZSH PLUGIN


FEATURES

AliasFunctionDescription
ggit
gagit add
gallgit add .
gbgit branch
gbgit branch
gbagit branch -a
gcgit commit -v
gcagit commit -v -a
gcigit commit --interactive
gclgit clone
gclgit clone
gcmgit commit -v -m
gcogit checkout
gcogit checkout
gcountgit shortlog -sn
gcpgit cherry-pick
gdelgit branch -D
getgit
gexportgit archive --format zip --output
glgit pull
gllgit log --graph --pretty=oneline --abbrev-commit
gmgit merge
gmugit fetch origin -v; git fetch upstream -v; git merge upstream/master
gpgit push
gpogit push origin
gppgit pull && git push
gprgit pull --rebase
gprgit pull --rebase
gsgit status
gsgit status
gslgit shortlog -sn
gssgit status -s
gstgit status
gupgit fetch && git rebase
gusgit reset HEAD
gwgit whatchanged

CONTRIBUTORS


How to write your own zsh plugin for oh-my-zsh

Adding a new plugin