<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Creare_un_archivio_tar_da_un_repository_Git</id>
	<title>Creare un archivio tar da un repository Git - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Creare_un_archivio_tar_da_un_repository_Git"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Creare_un_archivio_tar_da_un_repository_Git&amp;action=history"/>
	<updated>2026-05-05T22:44:57Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Creare_un_archivio_tar_da_un_repository_Git&amp;diff=7899&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: New page: ==Repository locale==  git clone myrepo.url  cd myrepo   git archive --format=tar  --prefix=myrepo/ HEAD | gzip &gt; ../myrepo.tar.gz  ==Repository remoto== &#039;&#039;&#039;NON va con github: usare il tas...</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Creare_un_archivio_tar_da_un_repository_Git&amp;diff=7899&amp;oldid=prev"/>
		<updated>2011-08-22T17:03:41Z</updated>

		<summary type="html">&lt;p&gt;New page: ==Repository locale==  git clone myrepo.url  cd myrepo   git archive --format=tar  --prefix=myrepo/ HEAD | gzip &amp;gt; ../myrepo.tar.gz  ==Repository remoto== &amp;#039;&amp;#039;&amp;#039;NON va con github: usare il tas...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Repository locale==&lt;br /&gt;
 git clone myrepo.url&lt;br /&gt;
 cd myrepo&lt;br /&gt;
&lt;br /&gt;
 git archive --format=tar  --prefix=myrepo/ HEAD | gzip &amp;gt; ../myrepo.tar.gz&lt;br /&gt;
&lt;br /&gt;
==Repository remoto==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NON va con github: usare il tasto Download==&lt;br /&gt;
&lt;br /&gt;
 git archive --remote=myrepo.url -format=tar  --prefix=myrepo/ HEAD | gzip &amp;gt; ../myrepo.tar.gz&lt;br /&gt;
&lt;br /&gt;
==Riferiemnti==&lt;br /&gt;
*[http://www.kernel.org/pub/software/scm/git/docs/git-archive.html git-archive(1)]&lt;br /&gt;
*[http://groups.google.com/group/github/browse_thread/thread/cfcbcb1dc5f41f16 git archive --remote - GitHub | Google Groups]&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>