<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Git_Moving_History_to_New_Repo</id>
	<title>Git Moving History to New Repo - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Git_Moving_History_to_New_Repo"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Git_Moving_History_to_New_Repo&amp;action=history"/>
	<updated>2026-04-03T18:54:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Git_Moving_History_to_New_Repo&amp;diff=2154&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;https://stackoverflow.com/questions/41811986/git-move-directory-to-another-repository-while-keeping-the-history  ``` git subtree split -P dir-to-move -b split  git remote add...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Git_Moving_History_to_New_Repo&amp;diff=2154&amp;oldid=prev"/>
		<updated>2021-08-20T16:50:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;https://stackoverflow.com/questions/41811986/git-move-directory-to-another-repository-while-keeping-the-history  ``` git subtree split -P dir-to-move -b split  git remote add...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;https://stackoverflow.com/questions/41811986/git-move-directory-to-another-repository-while-keeping-the-history&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
git subtree split -P dir-to-move -b split&lt;br /&gt;
&lt;br /&gt;
git remote add repo-1 repo-1-url.git&lt;br /&gt;
git checkout split&lt;br /&gt;
git push repo-1-url.git&lt;br /&gt;
# git subtree add --prefix dir-to-move split&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>