I've found myself wanting to checkout paths from another branch w/o overwriting the same paths in my current branch. I was hoping to find this functionality in `checkout`, but, alas, no `--prefix` argument, like `checkout-index`'s, exists.
I suppose I could do the standard checkout, move the checked-out paths somewhere temporary, and then reset the paths in question, but I'd love to discover I don't have to write my own script to do this. Any ideas? Thanks, Cameron -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.