84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
看图,在版本管理的历史上有一次merge,如何查看这次merge所影响的文件呢?
Thank you for the invitation. You should use window版本的git! I suggest you install tortoisegit to facilitate viewing logs. After installation, you can right-click on your warehouse file->TortoiseGit->show log to view the git log of any step
window
git
git reflog, find the commit id based on the merge information, and then use git show commitid to see which files were modified by this commit
Thank you for the invitation. You should use
window
版本的git
! I suggest you install tortoisegit to facilitate viewing logs. After installation, you can right-click on your warehouse file->TortoiseGit->show log to view the git log of any stepgit reflog, find the commit id based on the merge information, and then use git show commitid to see which files were modified by this commit