On Thu, 22 Nov 2012 04:06:06 -0800 (PST)
Jeffrey Marans <jmar...@gmail.com> wrote:

> When a Bugzilla bug transitions to the ASSIGNED state a stored
> procedure in the Bugzilla mysql database bugs table fires a script
> that forks a bug branch on the origin server.
> 
> SVN commands allow me to script server side branching.  I need to
> effect the same results with GIT.

$ cd /path/to/a/(bare)/git/repo
$ git branch bug-$BUG master

-- 


Reply via email to