Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我每 10 秒拉一次 repo,需要检查每次拉取后哪些文件发生了变化。
用 go-git 可以做到这一点吗?
您可以使用(*object.Commit).Patch方法来区分两个任意提交。这提供了有关哪些文件发生了更改以及差异是什么的信息。