/ Published in: Bash
How do you make an existing git branch track a remote branch
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
git branch --set-upstream [BRANCH_NAME] origin/master