Can anyone give me a description of what Visual Studio does when you do a Sync to a remote Git repository? Does it pull the changes to the branch since you've been doing local commits and integrate those changes before your local changes are integrated
and pushed to the remote repository? Thank you.
↧