From 5f1edc93b5ccbc1aa92b5e247a5aa023c76331db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Thu, 11 Aug 2016 02:49:22 +0200 Subject: [PATCH] Add gpsup alias --- Plugin:git.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Plugin:git.md b/Plugin:git.md index b4bf5b5..c8058d3 100644 --- a/Plugin:git.md +++ b/Plugin:git.md @@ -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 |