Look at the picture, there is a merge in the history of version management. How to check the files affected by this 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