查看git歷史的幾種方法

轉自我的博客查看git歷史的幾種方法 使用 git 命令行 git log git log --follow -p <filename> --follow參數表示跟蹤文件名修改 -p參數表示顯示每個提交的不同 這種方式沒有界面,適合在沒有 GUI 的 linux 系統上使用 使用 gitk gitk <filename> 有界面的比較工具 使用 git-history npx git-file-h
相關文章
相關標籤/搜索