From the course: Visual Studio Tools for Azure DevOps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Commit local before sync

Commit local before sync

From the course: Visual Studio Tools for Azure DevOps

Start my 1-month free trial

Commit local before sync

- [Instructor] In Team Explorer, I can go to Home and then choose the Sync button and this will allow me to pull in or fetch any incoming commits. These are the changes that are on the remote repo that other team members have made and I can also push out my outgoing commits. Now if you remember, I have not committed my code yet. So let's do that first. Right click here or right click on the MD file, either one. Choose Commit. That takes me over to the Changes dialog. I'll choose to commit this locally, but I won't push it yet. Now we go back to the Team Explorer and go to Sync and I can see that I do have something that needs to be pushed and I have to determine if there's any changes on the remote repo. That's what we'll look at next.

Contents