Difference between revisions of "Git-svn"

From Freephile Wiki
Jump to navigation Jump to search
(Created page with "If you use <code>git-svn</code> (don't, use reposurgeon) to convert to git you'll want to be aware of the --prefix option to <code>git init</code>. From the [https://git-...")
 
m (formatting)
Line 1: Line 1:
 
If you use <code>git-svn</code> (don't, use [[reposurgeon]]) to convert to git you'll want to be aware of the --prefix option to <code>git init</code>.  From the [https://git-scm.com/docs/git-svn the manual]
 
If you use <code>git-svn</code> (don't, use [[reposurgeon]]) to convert to git you'll want to be aware of the --prefix option to <code>git init</code>.  From the [https://git-scm.com/docs/git-svn the manual]
  
<pre>
+
<blockquote>
--prefix=<prefix>
+
--prefix=<prefix><br />
  
  
 
Note
 
Note
  
</pre>
+
</blockquote>

Revision as of 18:45, 18 December 2015