Setting a default remote and branch to pull and push from


/ Published in: Textpattern
Save to your folder(s)



Copy this code and paste it in your HTML
  1. [branch "master"]
  2. remote = origin
  3. merge = refs/heads/master

URL: http://stackoverflow.com/questions/658885/how-do-you-get-git-to-always-pull-from-a-specific-branch

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.