GIT - How to track a remote branch


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

How do you make an existing git branch track a remote branch


Copy this code and paste it in your HTML
  1. git branch --set-upstream [BRANCH_NAME] origin/master

URL: http://stackoverflow.com/questions/520650/how-do-you-make-an-existing-git-branch-track-a-remote-branch

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.