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
有可能避免吗? 我在windows下工作。
当您通过您将文件添加到 git 时,git add此时您已经拍摄了它们的快照。因此,当您git checkout再次提交(或分支)时,您将获得文件的这些快照。它不可能避免它。
git add
git checkout