Git won't allow me to pull some commits. I must add that one of those commits has a .gitignore
change adding some files to it.
When I try to pull the commits it says that I have local changes to the same files that were added to .gitignore
. but I cannot find any local changes, git status
, git diff
, source tree, all show no local change.