Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(271)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
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:
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.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
native_client_sdk/src/doc/cds2014/cpp.rst
native_client_sdk/src/doc/cds2014/cpp_summary.inc
native_client_sdk/src/doc/cds2014/index.rst
native_client_sdk/src/doc/cds2014/python.rst
native_client_sdk/src/doc/cds2014/python_summary.inc
native_client_sdk/src/doc/io2014.rst
native_client_sdk/src/doc/nacldev.rst
native_client_sdk/src/doc/nacldev/cleanup_app.inc
native_client_sdk/src/doc/nacldev/cleanup_web.inc
native_client_sdk/src/doc/nacldev/editing.inc
native_client_sdk/src/doc/nacldev/git.inc
native_client_sdk/src/doc/nacldev/navigating.inc
native_client_sdk/src/doc/nacldev/setup_app.inc
native_client_sdk/src/doc/nacldev/setup_web.inc
native_client_sdk/src/doc/nacldev/web_tools_note.inc
native_client_sdk/src/doc/sitemap.rst
View unified diff
|
Download patch
« native_client_sdk/src/doc/nacldev.rst
('K') |
« native_client_sdk/src/doc/nacldev/editing.inc
('k') |
native_client_sdk/src/doc/nacldev/navigating.inc »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(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
OLD
NEW
« native_client_sdk/src/doc/nacldev.rst
('K') |
« native_client_sdk/src/doc/nacldev/editing.inc
('k') |
native_client_sdk/src/doc/nacldev/navigating.inc »
('j') |
no next file with comments »
Issue 731453002: Adding two codelabs for cds2014. (Closed)
Created 6 years, 1 month ago by bradn
Modified 6 years, 1 month ago
Reviewers: binji
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 4
This is Rietveld
408576698