July 2017
Beginner
466 pages
9h 37m
English
The Git extension for Visual Studio 2017 allows you to easily sync changes between a local repository and a remote repository. If it finds any remote changes, it will first download those and merge with the changes available in the local repository. If it finds any merge conflict, it will immediately stop processing and ask you to resolve them first. Later, it will push all your changes to the remote repository.
To invoke a single sync operation, open the Team Explorer window and navigate to the Sync view, which may have outgoing commits ready to push:

You can also perform the steps individually, ...
Read now
Unlock full access