From abf83b87ca716068b4bbc682c577e2b418b0e5e0 Mon Sep 17 00:00:00 2001 From: Pete Date: Mon, 7 Sep 2015 17:06:26 -0700 Subject: [PATCH] Added 'ggsup'. --- Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index a50392a..9807d28 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -95,6 +95,7 @@ See `~/.oh-my-zsh/lib/directories.zsh` | _ggpur_ | git pull --rebase origin $(current_branch) | | _ggpush_ | git push origin $(current_branch) | | _ggp_ | git push origin $(current_branch) | +| _ggsup_ | git branch --set-upstream-to=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 |