#

branches

Working with local and remote branches

ProgrammingPush a New Git Branch to Remote and Set Upstream Tracking

Create a local branch (git branch or git checkout -b), then push and set tracking with git push -u origin <branch>. Verify with git branch -vv. Check tracking.

1 answer 5 views