本文介绍了如何显示提交做了什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我知道的一个愚蠢的方法是:

pre $

  git show <提交-ID> 


A stupid way I know is:

git diff commit-number1 commit-number2

any better way?

I mean I want to know the commit1 itself, I don't want to add the commit2 before it as parameter.

解决方案
git show <commit-id>

Documentation for git show

这篇关于如何显示提交做了什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 10:48