From 13054d8b41547b100f7bce0af4d357d548cd9cc0 Mon Sep 17 00:00:00 2001 From: Jie Feng Date: Mon, 4 Sep 2017 17:15:34 +0800 Subject: [PATCH] bug fix --- zsh/git.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/git.zsh b/zsh/git.zsh index 3bb80dc..3c9c5c4 100644 --- a/zsh/git.zsh +++ b/zsh/git.zsh @@ -3,4 +3,4 @@ __git_files () { _wanted files expl 'local files' _files } alias gfR='gf origin master; gwR origin/master' -alias gpb='git push --set-upstream origin "$(git-branch-current 2> /dev/null):build"' +alias gpb='git push origin "$(git-branch-current 2> /dev/null):build"'