git 怎么看某个commit 修改的代码

详细的更改: git show commitid

只列出文件名:git show --pretty="format:" --name-only commitid

 

转自: http://zhidao.baidu.com/link?url=XYc_nMq8CHl8oXJ2QNF4lWXYUItCKI19hg9PLEefbHqMrDDpklpqOx1SYi-RBUMeFYDM0exNkiYJyZCBs2ndL_AuBKfnKnQej9XFlS0OubC

 

转自: http://stackoverflow.com/questions/424071/how-to-list-all-the-files-in-a-commit

你可能感兴趣的:(git 怎么看某个commit 修改的代码)