git - How to view the files affected by a merge in sourcetree?
世界只因有你
世界只因有你 2017-05-02 09:35:32
0
3
974

Look at the picture, there is a merge in the history of version management. How to check the files affected by this merge?

世界只因有你
世界只因有你

reply all(3)
黄舟

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

黄舟

某草草

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template