mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-16 12:20:40 +01:00
Add gpsup alias
@@ -52,6 +52,7 @@ Enable it by adding _git_ to the [_plugins array_](https://github.com/robbyrusse
|
||||
| ggpur | ggu |
|
||||
| ggpush | ggp |
|
||||
| ggsup | git branch --set-upstream-to = origin/$(current_branch) |
|
||||
| gpsup | git push --set-upstream origin $(current_branch) |
|
||||
| gignore | git update-index --assume-unchanged |
|
||||
| gignored | `git ls-files -v \| grep "^[[:lower:]]"` |
|
||||
| git-svn-dcommit-push | git svn dcommit && git push github master:svntrunk |
|
||||
|
||||
Reference in New Issue
Block a user