search

Home  >  Q&A  >  body text

git - How to view the files affected by a merge in sourcetree?

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

世界只因有你世界只因有你2822 days ago1012

reply all(3)I'll reply

  • 黄舟

    黄舟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

    reply
    0
  • 黄舟

    黄舟2017-05-02 09:37:32

    reply
    0
  • 某草草

    某草草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

    reply
    0
  • Cancelreply