I’m having trouble with git finding always something to do for git pull
after the following series of commands:
git pull
git merge BranchName
An additional git pull --verbose
prints out among other things
Changes from 5df55b3c668a83fc82157145c3981edd140a415e to 5df55b3c668a83fc82157145c3981edd140a415e:
I suspect that something went crazy.
git fsck
only complained about dangling blobs and dangling commits.
git --version
says git version 2.10.2
.
1