mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-17 04:40:41 +01:00
Add glum to list of Git alias
@@ -117,6 +117,7 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse
|
||||
| gunwip | git log -n 1 \| grep -q -c "\-\-wip\-\-" && git reset HEAD~1 |
|
||||
| gup | git pull --rebase |
|
||||
| gupv | git pull --rebase -v |
|
||||
| glum | git pull upstream master |
|
||||
| gvt | git verify-tag |
|
||||
| gwch | git whatchanged -p --abbrev-commit --pretty = medium |
|
||||
| gwip | git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit -m "--wip--" |
|
||||
|
||||
Reference in New Issue
Block a user