I am in my branch DEV, I modify the file A.txt, when I do:
git checkout master
instead of denying me the git checkout
and proposing to do a git stash
, he passes my uncommitted changes
like this :
(DEV) $ git checkout master
M A.txt
(master) $ git status
modified A.txt
This is a recent problem that my colleague also has, what is it due to ? I did not have this problem before ..
Thank you