/ Published in: Bash
URL: http://errtheblog.com/posts/89-huba-huba
Do this from inside a Git repository, and it will do a 'git push' every time you do a 'git commit'.
This defeats a bit of the purpose of having a distributed SCM, but it's good for certain situations.
Expand |
Embed | Plain Text
echo 'git push' > .git/hooks/post-commit
You need to login to post a comment.
