July 2017
Beginner
466 pages
9h 37m
English
Pushing your changes can be of two types: Push and Publish. When there is a relationship between the local branch and the remote repository, push will commit the local changes to the remote repository. When there's no relation between the local branch and the remote repository, it publishes the changes to the remote repository by first creating the branch with the same name of the local branch and then pushing the local commits to it.
After you publish the branch, only push will happen as there exists a branch in the remote repository with a relationship to your local repo.
To push your changes to the remote repository, open Team Explorer and navigate to the Sync view. You will see a list of outgoing ...
Read now
Unlock full access