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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Git Setup
2 =========
3
4 This tutorial also uses a revision control program called
5 `git <http://en.wikipedia.org/wiki/Git_(software)>`_.
6 In order to commit to a git repository,
7 you need to setup your environment to with your identity.
8
9 Run these commands (with your info) to setup your `~/.gitconfig`
10 for use::
11
12 git config --global user.name "John Doe"
13 git config --global user.email johndoe@example.com
OLDNEW
« 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