$ git branch --track branch master Branch branch set up to track local branch master. $ git branch -m master newmaster $ git branch -vv branch e8fadc2 [master] foo * newmaster e8fadc2 foo I would have expected branch's upstream to now be newmaster rather than master, or at the very least some warning that branch now has a nonexistent upstream. Is this intended behavior, or a bug? -- 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