Hacker News new | ask | show | jobs
by burnbabyburn 3262 days ago
you could already do that with git hooks and pass

    .git/hooks/post-commit

    #!/bin/sh
    git push origin master