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-tfs を使用していますが、ファイルが勝手に変更されるという問題があります。
私が走るとき
git reset --hard
私は適切なコミットを行っていますが、まだ保留中の変更があると表示されます。ここで何が起こっているのか誰か説明できますか?
そして、ここに私の設定があります
私の推測では、これはcore.autocrlf行末の変更に関係していると思います。で試しましたcore.autocrlf=falseか?
core.autocrlf
core.autocrlf=false
ファイルを削除して再度チェックアウトするか、 (グローバルに)git tfs clone最初からやり直す必要がある場合があります。core.autocrlf=false
git tfs clone