I got this ! sign next to my file name right after I resolved a merge conflict after running git stash pop
. Does anyone know what it means and how to remove it?
CodePudding user response:
It means there's an unresolved merge conflict and you need to commit any resolution
CodePudding user response:
It may mean that you renamed the file and does not exist in the editor anymore.
Or, the code has errors.