How do I force git to checkout the master branch and remove carriage returns after I've normalized files using the "text" attribute?

The Solution to How do I force git to checkout the master branch and remove carriage returns after I've normalized files using the "text" attribute? is


Ahah! Checkout the previous commit, then checkout the master.

git checkout HEAD^
git checkout -f master

~ Answered on 2013-06-20 20:58:20


Most Viewed Questions: