On 22 May 2015 at 13:04, Kalpa Welivitigoda <[email protected]> wrote: > Hi, > > My question is basically moving a directory from one git repo to another > with the commit history for that directory. Let me elaborate more. > [...] > > How can I achieve this? Are there any other alternative ways that I can > achieve a similar outcome?
Take a look at `git filter-branch`. It's not easy to use, so I'd recommend only working on a copy of the original repo, and reading up on the command carefully before starting. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: [email protected] jabber: [email protected] twitter: magthe http://therning.org/magnus -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
