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 checkout my_branchすべてのファイルの日付が変更された後。
git checkout my_branch
それを避けることは可能ですか? 私は窓の下で働いています。
経由でファイルをgitに追加するgit addと、現時点でそれらのスナップショットが作成されます。したがって、git checkout別のコミット(またはブランチ)を行うと、ファイルのこれらのスナップショットが取得されます。それを避けることはできません。
git add
git checkout