[21:39] hello i have 2 branches what are different so i want to move a directory from branch A to branch B there is any way to do it w/o lost commits ? [22:44] Hmm, he left, but I think the cleanest solution would probably be fast-export | fast-import-filter | fast-import ? [23:36] Or split + join. [23:36] Or replay. [23:36] Maybe? [23:36] Not enough context in the question; I'm not sure what he meant by "different". [23:50] rozzin: just merge and mv should work [23:53] Well, I think the idea was that he didn't want everything else in the 2nd branch, just the one folder