Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/bossjones/boss-git-zsh-plugin

ZSH plugin for managing git
https://github.com/bossjones/boss-git-zsh-plugin

Last synced: about 1 month ago
JSON representation

ZSH plugin for managing git

Lists

README

        

## 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 |

---

### CONTRIBUTORS
- [Malcolm Jones](https://github.com/bossjones)

---

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

[Adding a new plugin](https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#adding-a-new-plugin)