We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cf0b2 commit 34b1c7aCopy full SHA for 34b1c7a
book/09-git-and-other-scms/sections/import-svn.asc
@@ -42,9 +42,10 @@ The metadata includes a `git-svn-id` inside each commit message that Git will ge
42
This can bloat your Git log and might make it a bit unclear.
43
44
[NOTE]
45
+====
46
You need to keep the metadata when you want to mirror commits made in the Git repository back into the original SVN repository.
-
47
If you don't want the synchronization in your commit log, feel free to omit the `--no-metadata` parameter.
48
49
50
This makes your `import` command look like this:
51
0 commit comments