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


You need to login to view comments.