Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1329)

Unified Diff: native_client_sdk/src/doc/nacldev/git.inc

Issue 731453002: Adding two codelabs for cds2014. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « native_client_sdk/src/doc/nacldev/editing.inc ('k') | native_client_sdk/src/doc/nacldev/navigating.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/doc/nacldev/git.inc
diff --git a/native_client_sdk/src/doc/nacldev/git.inc b/native_client_sdk/src/doc/nacldev/git.inc
new file mode 100644
index 0000000000000000000000000000000000000000..d0b4b5f85f52ff8c9b6858d21335218f0d37c949
--- /dev/null
+++ b/native_client_sdk/src/doc/nacldev/git.inc
@@ -0,0 +1,13 @@
+Git Setup
+=========
+
+This tutorial also uses a revision control program called
+`git <http://en.wikipedia.org/wiki/Git_(software)>`_.
+In order to commit to a git repository,
+you need to setup your environment to with your identity.
+
+Run these commands (with your info) to setup your `~/.gitconfig`
+for use::
+
+ git config --global user.name "John Doe"
+ git config --global user.email johndoe@example.com
« no previous file with comments | « native_client_sdk/src/doc/nacldev/editing.inc ('k') | native_client_sdk/src/doc/nacldev/navigating.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698