1.查询指定文件修改的hash值。可通过hash值在gerrit中查询修改的具体内容:

git log --pretty=oneline syncqcom.sh

2.查询指定author的修改记录

git log --author "annie.wu"

3.Linux查询当前文件夹大小

du -h --max-depth=1

相关文章:

  • 2021-07-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-13
  • 2021-06-09
  • 2021-10-23
  • 2021-06-18
相关资源
相似解决方案