#023 git push --set-upstream remote branch

How to create branch tracking on remote

Use git push --set-upstream remote branch to set up tracking a new branch on the remote

Command Description
push Command to submit changes
--set-upstream Flag to create trace
remote Target repository
branch Branch to do the tracking