1

In Visual Studio Code there is button Synchronize changes

I think vs code tries to do git pull followed by a git push when there is no merge conflicts.

Or exists special command for synchronize local ↔ remote changes

Which actually commands is calling?

1 Answer 1

3

Visual Studio Code do a pull then a push. You can see it by using Show Git Output action, or use ViewOutput and select Git in the dropdown.

You can find the Show Git Output action in the Command Palette : Show Git Output from Command Palette

Or, in the Source Control tab, click on the three dots and at the bottom of the list you have Show Git Output.
Show Git Output from Source Control tab

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks, I don't have button "Show Git Output", but in ViewTerminal exists tab OUTPUT and there on the left exists source of outputs. I have there are Git, Tasks, Extensions, .NET and ....
I have updated the answer to show you how to access to the Show Git Output command

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.