mirror of
https://github.com/iwata/git-now.git
synced 2026-09-10 07:26:29 -04:00
fixed bug: set-upstream
This commit is contained in:
parent
56d5ef7850
commit
8ff8cdc54d
|
|
@ -59,7 +59,7 @@ _cmd_push() {
|
|||
local branch=$1
|
||||
local remote=$2
|
||||
if [ -n "$remote" ]; then
|
||||
echo "git push --set-upstream ${branch} ${remote}/${branch}"
|
||||
echo "git push --set-upstream ${remote} ${branch}"
|
||||
else
|
||||
echo "git push"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue