Revision: 9386
Author: [email protected]
Date: Thu Sep 22 04:19:17 2011
Log: Edited wiki page UsingGit through web user interface.
http://code.google.com/p/v8/source/detail?r=9386
Modified:
/wiki/UsingGit.wiki
=======================================
--- /wiki/UsingGit.wiki Wed Jul 6 05:34:07 2011
+++ /wiki/UsingGit.wiki Thu Sep 22 04:19:17 2011
@@ -4,6 +4,14 @@
V8's bleeding_edge branch has an official git mirror on github:
http://github.com/v8/v8. By using it, you can get a clone of the repository
with complete version info in less than a minute.
+== Prerequisites ==
+
+Make sure {{{git}}} and {{{git-svn}}} are installed. To install using
{{{apt-get}}}:
+{{{
+apt-get install git git-svn
+}}}
+
+
== How to start ==
Clone the repository from github:
@@ -21,20 +29,6 @@
git checkout <your-development-branch>
git rebase master
}}}
-
-== Sending code for reviewing ==
-
-First, you need to configure [http://neugierig.org/software/git/?r=git-cl
git-cl], thankfully it’s done magically by a single command:
-
-{{{
-git cl config http://v8.googlecode.com/svn
-}}}
-
-Then do
-
-{{{
-git cl upload
-}}}
= For project members =
@@ -95,6 +89,20 @@
git svn rebase
git rebase master your_feature_branch
}}}
+
+== Sending code for reviewing ==
+
+First, you need to configure [http://neugierig.org/software/git/?r=git-cl
git-cl], thankfully it’s done magically by a single command:
+
+{{{
+git cl config http://v8.googlecode.com/svn
+}}}
+
+Then do
+
+{{{
+git cl upload
+}}}
== Committing ==
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev