Difference between revisions of "Git-svn"
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] | ||
− | < | + | <blockquote> |
− | --prefix=<prefix> | + | --prefix=<prefix><br /> |
Note | Note | ||
− | </ | + | </blockquote> |