Manuel Reimer <Manuel.Spam@xxxxxxxxxxxxxx> writes: > git pull -s subtree -X subtree=path/to/subtree externalproject master > > Returns with success, but is "-X subtree=" the right way to force a > subtree path and disallow git to autodetect the subtree? More or less. Note that with the syntax, you cannot still express the distinction between mapping the root of external to path/to/subtree of your current tree and mapping the other way around, but that is not an issue in practice. By the way, I had an impression that "-X subtree" makes "-s subtree" redundant and unnecessary. -- 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