On date Friday 2011-08-26 07:20:02 -0700, stefasab wrote: > 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 requirements: > * when a new branch is created, it should be created on the "slave" > repo
> * when a commit is done on one of the existing master repo branches, > it should be pushed on the "slave" repo > * same for tags More specifically, what if I want to replicate a tag to a branch repo automatically? My workflow seems to work fine with updating branches, but don't know how to propagate tags. Thanks. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
