Linux

Git Hooks: Automatically checking out a repository after pushing to it

I’ve been experimenting with file-based blogging software (namely Blosxom) lately, and I wanted to automatically transfer my university notes from my computer to my server. I also wanted to add some versioning for backup, so the obvious thing to do was to use Git. Git Hooks are pretty easy to use. When creating a repository [...]