1.0.0 • Published 4 years ago

devrise-git-zsh-plugin v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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