If I open a project in VS Code, or I change the branch I'm working on, a check happens to see if git pull
or git push
(git sync) for that branch is possible. If so, it is shown in the lower left corner:
However, I always forget to check this, so I start coding and get into conflicts when merging.
Is there an option in VS Code (or an extension) to give a popup warning when a git sync is possible?