Revision: 25004
Author:   [email protected]
Date:     Thu Oct 30 08:12:52 2014 UTC
Log:      Edited wiki page UsingGit through web user interface.
https://code.google.com/p/v8/source/detail?r=25004

Modified:
 /wiki/UsingGit.wiki

=======================================
--- /wiki/UsingGit.wiki Mon Oct 27 09:44:21 2014 UTC
+++ /wiki/UsingGit.wiki Thu Oct 30 08:12:52 2014 UTC
@@ -87,6 +87,25 @@
 git cl dcommit
 }}}

+= Post Git migration =
+
+The following becomes first important after the v8 git migration.
+
+== Git credentials setup for committers (.netrc file) ==
+
+If you plan to push commits directly to Git (bypassing Commit Queue, e.g. with 'git cl land') you would need to setup netrc file with your git password:
+
+  # Go to https://chromium.googlesource.com/new-password
+Login with your @chromium.org account (e.g. your committer account, non-chromium.org ones work too). Note: creating a new password doesn't automatically revoke any previously created passwords. + # Follow the instructions in the "Staying Authenticated" section. It would ask you to copy-paste two lines into ~/.netrc file.
+  # In the end, ~/.netrc should have two lines that look like:
+
+{{{
+machine chromium.googlesource.com login git-yourusername.chromium.org password <generated pwd> +machine chromium-review.googlesource.com login git-yourusername.chromium.org password <generated pwd>
+}}}
+
+Make sure that ~/.netrc file's permissions are 0600 as many programs refuse to read .netrc files which are readable by anyone other than you.

 = For project members =

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to