Look at the picture, there is a merge in the history of version management. How to check the files affected by this merge?
黄舟2017-05-02 09:37:32
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
某草草2017-05-02 09:37:32
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