当前位置:   article > 正文

git命令应用——blame命令_git blame

git blame

当我们使用git的时候,我们都会用git log去查看一下历史提交。

commit 5a73eb9eaabbb9ebcabd9138eccb8897325a81ba (HEAD -> master)

Author: mx <1015442941@qq.com>

Date:  Thu Mar 31 13:42:38 2022 +0800

 

  support docker

 

commit 1764eec8df073f01a9a11521bd50821410c6b2ed

Author: mx <1015442941@qq.com>

Date:  Wed Mar 9 14:31:49 2022 +0800

 

  build.sh add environment setup

 

commit cd9bacac1f92bfa68d66698ef37d3c4f04480f60

Author: root <root@ubuntu.(none)>

Date:  Mon Jul 5 23:29:01 2021 -0700

 

  Logo continuous display
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33

我们也可以通过加参数来查看不同的信息:

加–oneline

5a73eb9e (HEAD -> master) support docker
1764eec8 build.sh add environment setup
cd9bacac Logo continuous display
22206619 (tag: V2.0, origin/master, origin/HEAD) dont display imx-hdmi-audio errer
9e06474d change IPU DI distribution
73898a88 add xr_usb_serial
f94be3ab repair ldb mode for bpp
69cfa10e LCD late_initcall
bb91935e support ec20
6f0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/2023面试高手/article/detail/645184
推荐阅读
相关标签
  

闽ICP备14008679号