誤っ.idea/workspace.xml
てrubymineによって作成されたファイルを追跡しましたが、追跡からファイルを削除できないようです。
このため、何度もチェックインされていますが、マージの競合が発生するため、追跡を停止したいと思います。
これが私がファイルを削除しようとし続ける方法です。
git rm --cached .idea/workspace.xml
$ git status On branch master Changes to be committed: (use "git reset HEAD <file>..." to unstage) deleted: .idea/workspace.xml
git commit -m 'remove workspace file from tracking'
- このエントリを.gitignoreファイルに追加します
.idea/*