git - sourcetree中如何查看某次merge影响的文件?
世界只因有你
世界只因有你 2017-05-02 09:35:32
0
3
958

看图,在版本管理的历史上有一次merge,如何查看这次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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!