shmeel gutl <shmeelg...@shmuelhome.mine.nu> writes: > I am working from a clone of the current git repository. Is there an > automated procedure that will enable me to switch to the new repository > and still keep all of the commit history of my local branches?
The easiest way to do that is to fetch the new repository into your local repository, find the equivalent commit in the rewritten history that corresponds to the upstream commit from the svn mirror, and do a merge -s ours on that commit. Then switch the upstream to the new repository. Andreas. -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."