#git bot interface
History of !set_upstream
- To tell git which remote branch to use in pull (and push if you set push.default to upstream) for a given branch foo, use something like: git branch --set-upstream-to origin/foo foo
By ikke at 2017-08-19 12:10:57
- To tell git which remote branch to use in pull (and push if you set push.default to upstream) for a given branch foo, use something like: git branch --set-upstream foo origin/foo
By jast at 2012-03-24 17:03:16