I have a developer who keeps committing, and every time he does - it does a git merge branch onto branch commit; every time. Even with his own code.
Ie, my history looks like this almost all the time. Occassionally one of my 6 devs will merge branch onto branch; but for most part they just have commits. This one dev, always always has it.
- Dev Merge branch onto branch
- Dev Commit
- Dev Merge branch onto Branch
- Dev Commit
- Other Commit
- Me Commit
- Other Commit
- Me Commit
- Me Commit
- Dev Merge Branch onto Branch
- Dev Commit
- Dev Merge branch onto branch
- Dev Comm
He was runnign 1.7; now 2.0
- git commit
- git pull
- git push
? Any ideas?
Rest of us are fine in terminal (mac); GH win; GH win powershell, etc.
Its annoying because the garbage merges are creating a pain to be able to git revert.