[git-users] git hook for updating slave git repositories

2011-08-26 Thread stefasab
Hi all, I want to update a gitorious repo whenever a new commit or tag is applied to a master git repository. I've been told that the best way to handle this is through a git hook, so I wonder if someone can suggest a workflow for this and/or point to some related documentation. These are my

Re: [git-users] git hook for updating slave git repositories

2011-08-26 Thread Konstantin Khomoutov
On Fri, 26 Aug 2011 07:20:02 -0700 (PDT) stefasab stefa...@gmail.com wrote: I want to update a gitorious repo whenever a new commit or tag is applied to a master git repository. [...] May be you'll find this useful: http://thread.gmane.org/gmane.comp.version-control.git/180018/focus=180086 --