2

I want to write a service that using heroku to manage my git repos automatically, but I don't know how to using git in heroku&python. Just simple process and simple push.

That is to say, i don't want to manage heroku's git, but using heroku to manage another git repo/repos.

Is there exist a standard procedure to do all of this? in a mature and safe (in some extent) way.

Also, can you experienced smart guys tell me some python mudule or codes about this?

I have read Gitpython, gitosis, but I don't think they are suitable.

4

1 Answer 1

1

dulwich is a re-implement of git in python, which can run on some cloud PaaS, It's a really good idea to solve this.

http://www.samba.org/~jelmer/dulwich/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.