Git Gotcha's & Get out of mess
Closed this issue · 2 comments
Laoujin commented
Once a file is tracked, it needs to be removed from the git repo or changes will continue to be tracked even if the file is added to .gitignore.
git stash does not stash new files.
Laoujin commented
can't see changes of PS1 files? .gitattributes? encoding?
Laoujin commented
git how to get out of a mess?
--> Perhaps this is a separate blog post?