Push to Remote Repository on Every Git Commit


/ Published in: Bash
Save to your folder(s)

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.


Copy this code and paste it in your HTML
  1. echo 'git push' > .git/hooks/post-commit

URL: http://errtheblog.com/posts/89-huba-huba

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.