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.
我想检查是否有未提交的更改,或者在带有 python 的 git 存储库中是否有未推送的提交。
我可以使用子进程,但图书馆会更好。
在 pypi 上有几个不同质量的库。目前我不知道该选择哪一个。
我会推荐GitPython,它功能齐全、文档齐全且易于使用 IMO。有关更多信息,请查看此答案