Add missing git alias "gpsup" to the cheatsheet

Kirill Zhukov 2018-04-27 20:13:08 +00:00
parent 85975fa646
commit ace0dab2b8
1 changed files with 1 additions and 0 deletions

@ -64,6 +64,7 @@
| _ggpush_ | git push origin $(current_branch) |
| _ggp_ | git push origin $(current_branch) |
| _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 |