Re: [BUG] git-branch -m cannot rename remote branches

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Olivier Marin
Date: Monday, June 9, 2008 - 5:53 am

Jakub Narebski a écrit :

You can use "git update-ref" for that. Maybe something like that:

$ git update-ref <newref> <oldref>
$ git update-ref -d <oldref> <newref>

Olivier.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[BUG] git-branch -m cannot rename remote branches, Jakub Narebski, (Sun Jun 8, 1:57 pm)
Re: [BUG] git-branch -m cannot rename remote branches, Johannes Schindelin, (Sun Jun 8, 3:58 pm)
Re: [BUG] git-branch -m cannot rename remote branches, Jakub Narebski, (Mon Jun 9, 12:06 am)
Re: [BUG] git-branch -m cannot rename remote branches, Olivier Marin, (Mon Jun 9, 5:53 am)