tommeagher + git   17

Using git with applications - WebFaction Community
The post-receive hook to update would be the file at:

/home/username/webapps/git/repos/djangorepo.git/hooks/post-receive

where "username" is your username, "git" is your git application's name, and "djangorepo.git" is the name of the git repository you're using for your django project directory.

You will also need to ensure that the hook is executable:

chmod +x /home/username/webapps/git/repos/djangorepo.git/hooks/post-receive
Hope that helps!
webfaction  Git 
december 2011 by tommeagher
Hammer Principle
Guide to choosing programming languages, version control and others.
python  programming  Git 
november 2011 by tommeagher

Copy this bookmark:



description:


tags: