On 11/25/06, Lars Hjemli <hjemli@xxxxxxxxx> wrote:
This adds a '--rename' option to git branch. If specified, branch creation becomes branch renaming. With a single branchname, the current branch is renamed and .git/HEAD is updated. With two branchnames, the second name is renamed to the first.
Nice idea. But wouldn't it be more sensible to rename the first branch to the second instead of the other way around? That is, the syntax would be git branch --rename FROM TO which is more similar to how "mv" works. - Fredrik - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html