Git subtree pull overwriting another subtree -


i have repository quite few (5-50) subtrees merged it. when pulled down subtrees, went expected. every once in while, switch upstream-subtrees branch pull changes into. works.

but, twice now, i've had pull replace contents of directory a (pointing remote repository a) contents of repository b (a different subtree in directory b pointing different repsitory). have no idea why happening. when run git remote -v see if remotes got messed or something, looks good.

also, it's not directory a gets overwritten repository b. d gets overwritten c, example.

i don't know begin looking debug this. ideas?


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -