diff options
-rw-r--r-- | docs/GettingStarted.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 521578422e..5e1985ef13 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -814,6 +814,9 @@ cd llvm/tools git clone http://llvm.org/git/clang.git </pre> +<h4>For developers to work with git-svn</h4> +<div> + <p>To set up clone from which you can submit code using <tt>git-svn</tt>, run:</p> @@ -863,6 +866,8 @@ git svn rebase -l </div> +</div> + <!-- ======================================================================= --> <h3> <a name="installcf">Install the GCC Front End</a> |