blob: 725017eb84bbbccd5951c488e6c478e46251951d [file] [log] [blame]
iannucci@chromium.orga5d95022014-03-25 21:30:37 +00001git-nav-downstream(1)
2=====================
3
4NAME
5----
6git-nav-downstream -
7include::_git-nav-downstream_desc.helper.txt[]
8
9SYNOPSIS
10--------
11[verse]
12'git nav-downstream'
13
14DESCRIPTION
15-----------
16
17'git-nav-downstream' takes the current branch and discovers all branches
18downstream of it. If there is only one branch downstream of the current branch,
19the command will check that out. If there\'s more than one downstream branch, the
20command will prompt you with a selection of the branches.
21
22EXAMPLE
23-------
iannucci@chromium.org21980022014-04-11 04:51:49 +000024demo:1[]
iannucci@chromium.orga5d95022014-03-25 21:30:37 +000025
iannucci@chromium.orgc050a5b2014-03-26 06:18:50 +000026include::_aliases.txt[]
27
28----
29[alias]
30 git down = nav-downstream
31----
32
33
iannucci@chromium.orga5d95022014-03-25 21:30:37 +000034SEE ALSO
35--------
36linkgit:git-map-branches[1], linkgit:git-nav-upstream[1]
37
38include::_footer.txt[]
39
iannucci@chromium.orgc050a5b2014-03-26 06:18:50 +000040// vim: ft=asciidoc: