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