Relative Content

Tag Archive for gitvisual-studio-code

Replace Sync Action From Source Countrol with A Push

Long story short, by default, vs code, after you have a new commit, offers you a sync operation.
Our new / git naive developers will use this “helpful” action, but in turn, they often mess up their branches if there are any pending changes to integrate, because they don’t understand what sync is doing. I have seen users use it on a master branch, so the first part of sync happens and then the push fails… oy vey, what a nightmare to try and explain this to someone who barely grasps the concept of source control.

Replace Sync Action From Source Countrol with A Push

Long story short, by default, vs code, after you have a new commit, offers you a sync operation.
Our new / git naive developers will use this “helpful” action, but in turn, they often mess up their branches if there are any pending changes to integrate, because they don’t understand what sync is doing. I have seen users use it on a master branch, so the first part of sync happens and then the push fails… oy vey, what a nightmare to try and explain this to someone who barely grasps the concept of source control.