posted 8 years ago
When I push to a remote repo on git I use the following command,
But remote repo can have multiple branches. How does git know which branch at remote repo to push the change to?
In other words, if I need to specify the branch name in the local repository, why I don't have to specify the branch name at the remote repository?
-