Send a crash report when a hung process is detected.
[chromium-blink-merge.git] / native_client_sdk / src / doc / nacldev / git.inc
blobdff88d4651058cdaf66df4b0da800c7da758ce89
1 Git Setup
2 =========
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 set up your identity.
9 Run these commands (with your info) to setup your `~/.gitconfig`
10 for use::
12   git config --global user.name "John Doe"
13   git config --global user.email johndoe@example.com