我在gitignore中有一个文件,然后进行了其他一些更改。这些文件如下:
a,
b,
c // THIS IS IN GITGINORE
现在我做git add -A
且没有错误,但是我这样做:
git commit -m "commit it"
,然后发生这种情况:
The following paths are ignored by one of your .gitignore files:
proj/c
Use -f if you really want to add them.
,最终没有提交任何东西。我该怎么办?