# --name-only 只显示文件名 
git log --name-only -1
# --pretty=format:"" 格式化commit message 这里什么都不显示
git log --pretty=format:"" -1
# 最终
git log --pretty=format:"" --name-only  -1

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-12-12
  • 2022-12-23
  • 2021-09-22
猜你喜欢
  • 2021-12-10
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2022-02-18
  • 2021-11-24
相关资源
相似解决方案