tommeagher + git 17
Using git with applications - WebFaction Community
december 2011 by tommeagher
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
/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!
december 2011 by tommeagher
Hammer Principle
november 2011 by tommeagher
Guide to choosing programming languages, version control and others.
python
programming
Git
november 2011 by tommeagher
Copy this bookmark: