From ace0dab2b87e93c8c6833b5525b0ae5a6b31e73f Mon Sep 17 00:00:00 2001 From: Kirill Zhukov Date: Fri, 27 Apr 2018 20:13:08 +0000 Subject: [PATCH] Add missing git alias "gpsup" to the cheatsheet --- Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index cad3a21..151de2f 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -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 |