j
k
j a
j l
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
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
Back to the thread
Back to the list