There is a file that was being tracked by git, but now the file is on the .gitignore list.
However, that file keeps showing up in git status after it's edited. How do you force git to completely forget about …
I need to add some rules to my .gitignore file. However, I can't find it in my project folder. Isn't it created automatically by Xcode? If not, what command allows me to create one?
So I added a folder to my .gitignore file.
Once I do a git status it tells me
# On branch latest
nothing to commit (working directory clean)
However, when I try to change branches I get the following:
My-MacBook-Pro:webapp …