Code

Merge branch 'jc/report-tracking'
[git.git] / Documentation / git-svn.txt
index dc5b8f6c8403e9a58bd2d88d76fc43e152864f89..e7c0f1c959d39739e177096875dd8aac5fd185d9 100644 (file)
@@ -551,7 +551,7 @@ CAVEATS
 
 For the sake of simplicity and interoperating with a less-capable system
 (SVN), it is recommended that all 'git-svn' users clone, fetch and dcommit
-directly from the SVN server, and avoid all 'git-clone'/`pull`/`merge`/`push`
+directly from the SVN server, and avoid all 'git-clone'/'pull'/'merge'/'push'
 operations between git repositories and branches.  The recommended
 method of exchanging code between git branches and users is
 'git-format-patch' and 'git-am', or just 'dcommit'ing to the SVN repository.