forked from OSchip/llvm-project
docs/GettingStarted.html: [Git] Split the subsubsection for committer's section.
llvm-svn: 137442
This commit is contained in:
parent
6bdfe91e01
commit
d9b1c6ecd0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue