Hi Duy, On Thu, 10 Mar 2016, Duy Nguyen wrote: > On Thu, Mar 10, 2016 at 6:51 PM, Duy Nguyen <pclouds@xxxxxxxxx> wrote: > >> It gets rather tiresome, and also typo-prone, to call "git branch xyz > >> upstream/master && git worktree add xyz xyz" all the time. > > > > You can actually do "git worktree -b xyz xyz upstream/master" for the > > same effect. Maybe we can avoid "xyz" duplication with "-b -" or a new > > option name? > > Another option is just do "worktree -b xyz . upstream/master" > > when the destination already exists and is a directory, the real > worktree location is <dest>/<branch name>. Similar to "mv abc def" > becomes "mv abc def/abc" when def is already a directory. Hmm. That sounds too clever to me. It is clever, alright, but it is also confusing: "Wait, what? Where is my... Darn! It already existed! And now I have my-cool-worktree/my-cool-worktree/! Blergh." Please count that as mild opposition to that idea :-) Ciao, Dscho -- 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