git-util icon indicating copy to clipboard operation
git-util copied to clipboard

git-ff doesn't reset working tree when updating current branch

Open mjdominus opened this issue 13 years ago • 0 comments

This definitely affects -r mode, and probably also non-r mode. If git-ff fast-forwards the current branch, it uses git-update-ref, which does not update the index or the working tree. These remain in the old state, leaving a confusing result.

mjdominus avatar Mar 26 '12 22:03 mjdominus