On Thu, Jan 14, 2010 at 09:25:49AM +0900, Miles Bader wrote: > "Rudolf Polzer" <divVerent@xxxxxxxxxxxxx> writes: > > I'd like a feature to automatically "transform" a non-tracking local > > branch into a tracking branch on push. A patch to do that is attached. > > Yay!! > > I've wanted this for a long time, but discussions about it always seem > to end up petering out... > > > git branch mybranch > > git checkout mybranch > > ... > > git push --track origin mybranch:mybranch > > Does it default to the current branch so you can just say "git push --track origin"? It does the very same decisions as push. Basically, it is "whatever got pushed, mark as tracking". Best regards, Rudolf -- 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