Git Website Deployment Useful Sites

Automatically Deploying Website From Remote Git Repository http://caiustheory.com/automatically-deploying-website-from-remote-git-repository Using Git and a post-receive hook script for auto deployment http://www.deanoj.co.uk/programming/git/using-git-and-a-post-receive-hook-script-for-auto-deployment/ Manage your Web site with Git http://danielmiessler.com/study/git/#website

Learning GIT Useful Sites

Pro Git Book http://progit.org/book/ Set up Git http://help.github.com/win-set-up-git/ Git tutorials http://www.vogella.de/articles/Git/article.html http://schacon.github.com/git/gittutorial.html http://learn.github.com/p/intro.html Git Cheat Sheet http://byte.kde.org/~zrusin/git/git-cheat-sheet-medium.png Git Reference http://gitref.org/ SSH and Git http://inchoo.net/tools-frameworks/how-to-generate-ssh-keys-for-git-authorization/ Setup Git Server http://fclose.com/b/linux/366/set-up-git-server-through-ssh-connection/ Install Git on Eclipse http://www.vogella.de/articles/EGit/article.html Remote repos … Read more