User379720387 posted
Using VS2017 CE.
Worked on a handfull of files in the master branch. Have not done any staging.
Create a branch, check the branch out and stage 2 out of the 5 files, then commit.
Repeat for two other branches and now all changes have been staged and committed.
Now I go back to master branch and merge the branches which works. However I have to know which branches have committed changes that still need to be pushed. Which seems odd.
After I hit SYNC I see the 3 commits I made, plus the three attempts to merge. Odd!
I have not yet pushed.
Is this the way to do things? If not, how can I back track from where I am at?