1.0.0 • Published 5 years ago
devrise-git-zsh-plugin v1.0.0
GIT ZSH PLUGIN
FEATURES
| Alias | Function | Description |
|---|---|---|
| g | git | |
| ga | git add | |
| gall | git add . | |
| gb | git branch | |
| gb | git branch | |
| gba | git branch -a | |
| gc | git commit -v | |
| gca | git commit -v -a | |
| gci | git commit --interactive | |
| gcl | git clone | |
| gcl | git clone | |
| gcm | git commit -v -m | |
| gco | git checkout | |
| gco | git checkout | |
| gcount | git shortlog -sn | |
| gcp | git cherry-pick | |
| gdel | git branch -D | |
| get | git | |
| gexport | git archive --format zip --output | |
| gl | git pull | |
| gll | git log --graph --pretty=oneline --abbrev-commit | |
| gm | git merge | |
| gmu | git fetch origin -v; git fetch upstream -v; git merge upstream/master | |
| gp | git push | |
| gpo | git push origin | |
| gpp | git pull && git push | |
| gpr | git pull --rebase | |
| gpr | git pull --rebase | |
| gs | git status | |
| gs | git status | |
| gsl | git shortlog -sn | |
| gss | git status -s | |
| gst | git status | |
| gup | git fetch && git rebase | |
| gus | git reset HEAD | |
| gw | git whatchanged |
1.0.0
5 years ago