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

Side by Side Diff: docs/src/git-nav-downstream.txt

Issue 259863004: Move docs folder to man. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 6 years, 7 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
« no previous file with comments | « docs/src/git-mark-merge-base.txt ('k') | docs/src/git-nav-downstream.demo.1.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
20 command will prompt you with a selection of the branches.
21
22 EXAMPLE
23 -------
24 demo:1[]
25
26 include::_aliases.txt[]
27
28 ----
29 [alias]
30 git down = nav-downstream
31 ----
32
33
34 SEE ALSO
35 --------
36 linkgit:git-map-branches[1], linkgit:git-nav-upstream[1]
37
38 include::_footer.txt[]
39
40 // vim: ft=asciidoc:
OLDNEW
« no previous file with comments | « docs/src/git-mark-merge-base.txt ('k') | docs/src/git-nav-downstream.demo.1.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698