For anyone wondering what this is: it's tool to build flows like "git push to X". I've built a few internal tools that use this package, mostly for deployment purposes similar to Heroku (but based on Docker).<p>The toolkit consists of 2 pieces: the server (http/ssh based) and push receiver. The server component provides the git repository endpoint and permission handling, and the receiver piece allows to setup the logic flow, like what to do with the push and ability to read the push tree structure and run some commands against it.<p>I've created this package some time ago, but decided to post just now, maybe someone will find it useful.<p>Thanks!