Skip to content

Commit

Permalink
Do not rely on push.default setings (e.g. upstream) for subtree push. C…
Browse files Browse the repository at this point in the history
…loses #13.
  • Loading branch information
tdd committed May 22, 2015
1 parent e25cebc commit b096cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-stree
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ function push_subtree
error false "Could not cherry-pick $(git show -s --oneline "$commit")"
done

git push --quiet &&
git push --quiet "$remote_name" "$branch_name":"$branch" &&
git checkout --quiet --merge "$latest_head" &&
yay "STree '$name' successfully backported local changes to its remote"
}
Expand Down

0 comments on commit b096cc2

Please sign in to comment.