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

Unified Diff: man/man1/git-nav-upstream.1

Issue 2170623003: Update docs with latest changes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools@asciidoc
Patch Set: Created 4 years, 5 months 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 | « man/man1/git-nav-downstream.1 ('k') | man/man1/git-new-branch.1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: man/man1/git-nav-upstream.1
diff --git a/man/man1/git-nav-upstream.1 b/man/man1/git-nav-upstream.1
index 58b602a2e305a008640be19710edc668695ec489..989bd3af2f87f9f3fdd78fcde041f628914166f1 100644
--- a/man/man1/git-nav-upstream.1
+++ b/man/man1/git-nav-upstream.1
@@ -2,12 +2,12 @@
.\" Title: git-nav-upstream
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 04/10/2014
+.\" Date: 07/21/2016
.\" Manual: Chromium depot_tools Manual
-.\" Source: depot_tools 1ce0237
+.\" Source: depot_tools bf2a341
.\" Language: English
.\"
-.TH "GIT\-NAV\-UPSTREAM" "1" "04/10/2014" "depot_tools 1ce0237" "Chromium depot_tools Manual"
+.TH "GIT\-NAV\-UPSTREAM" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -72,11 +72,11 @@ state without impacting any branches by performing another checkout\&.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using \-b with the checkout command again\&. Example:
- git checkout \-b new_branch_name
+ git checkout \-b <new\-branch\-name>
HEAD is now at beec6f4\&.\&.\&. Make ReflectorImpl use mailboxes
\fB$ git map\-branches\fR
-\fBorigin/master *
+\fBorigin/master
\fR cool_feature
subfeature
fixit
@@ -112,5 +112,5 @@ Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
.IP " 1." 4
here
.RS 4
-\%https://chromium.googlesource.com/chromium/tools/depot_tools.git
+\%https://chromium.googlesource.com/chromium/tools/depot_tools
.RE
« no previous file with comments | « man/man1/git-nav-downstream.1 ('k') | man/man1/git-new-branch.1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698