Git – Unstaged changes after a revert – CRLF/LF issue
The problem: unexpected unstaged changes after a revert Recently, when using the GIT command-line to switch to an existing user branch, the checkout failed due to some local changes in the current workspace. In this case, git suggests to commit or to stash the local changes.Since I was not interested in the local changes, I … Read more