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

Side by Side Diff: git_docs/git-nav-downstream.txt

Issue 200903002: Add documentation for git-map-branches, git-map, git-nav-downstream, (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@documentation
Patch Set: fix lineendings Created 6 years, 9 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 unified diff | Download patch
OLDNEW
(Empty)
1 git-nav-downstream(1)
2 =====================
3
4 NAME
5 ----
6 git-nav-downstream -
7 include::_git-nav-downstream_desc.helper.txt[]
8
9 SYNOPSIS
10 --------
11 [verse]
12 'git nav-downstream'
13
14 DESCRIPTION
15 -----------
16
17 'git-nav-downstream' takes the current branch and discovers all branches
18 downstream of it. If there is only one branch downstream of the current branch,
19 the command will check that out. If there\'s more than one downstream branch, th e
agable 2014/03/18 02:00:27 80 chars
20 command will prompt you with a selection of the branches.
21
22 EXAMPLE
23 -------
24
25 [subs="quotes,attributes"]
26 ----
27 [white]**$ git map-branches**
28 [red]**origin/master *{zwsp}**
29 [green]#cool_feature#
30 [green]#subfeature#
31 [green]#frozen_changes#
32 [green]#master#
33 [fuchsia]#{NO UPSTREAM}#
34 [green]#bogus_noparent#
35 [white]**$ git nav-downstream**
36
37 Please select a downstream branch
38 0. cool_feature
39 1. frozen_changes
40 2. master
41 Selection (0-2)[0]: 0
42 [white]**$ git map-branches**
43 [red]##origin/master##
44 [aqua]**cool_feature *{zwsp}**
45 [green]#subfeature#
46 [green]#frozen_changes#
47 [green]#master#
48 [fuchsia]#{NO UPSTREAM}#
49 [green]#bogus_noparent#
50 ----
51
52 SEE ALSO
53 --------
54 linkgit:git-map-branches[1], linkgit:git-nav-upstream[1]
55
56 include::_footer.txt[]
57
58 // vim: ft=asciidoc noexpandtab:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698