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.
我想编写一个使用heroku自动管理我的git repos的服务,但我不知道如何在heroku&python中使用git。只需简单的过程和简单的推送。
也就是说,我不想管理heroku的git,而是用heroku管理另一个git repo/repos。
是否存在执行所有这些操作的标准程序?以成熟和安全(在某种程度上)的方式。
另外,你有经验的聪明人能告诉我一些关于这个的python mudule或代码吗?
我读过 Gitpython,gitosis,但我认为它们不适合。
dulwich 是在 python 中对 git 的重新实现,它可以运行在一些云 PaaS 上,解决这个问题真是个好主意。
http://www.samba.org/~jelmer/dulwich/