Who tracks whom?
When you run git pull, you do not specify the server address or branch name. Git “magically” knows to pull from origin into main. That magic works thanks to tracking branches.
When you run git pull, you do not specify the server address or branch name. Git “magically” knows to pull from origin into main. That magic works thanks to tracking branches.