/ Published in: Bash
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.
This defeats a bit of the purpose of having a distributed SCM, but it's good for certain situations.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
echo 'git push' > .git/hooks/post-commit
URL: http://errtheblog.com/posts/89-huba-huba