28 Oct
2012
28 Oct
'12
12:18 p.m.
On 28 Oct 2012, at 15:26, Brian Candler <B.Candler@pobox.com> wrote:
On Sun, Oct 28, 2012 at 10:12:29AM +0000, Arran Cudbard-Bell wrote:
To fixup branches in your fork:
git branch -m v2.1.x v2.x.x git config branch.v2.x.x.merge refs/head/v2.x.x
should be "refs/heads/v2.x.x" I believe -
Well spotted. -Arran