Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最初在我的 Git 存储库的排除列表中有 .htaccess。我现在已将其从排除列表中删除(并仔细检查了它也已从忽略列表中删除)。
我在本地更改了文件,但 Tower(我的 git 客户端)没有将文件显示为已更改并准备好远程提交。
如何让 Tower 识别文件已更改并可提交?
您需要使用 -f 标志添加文件:
git add -f .htaccess