iannucci@chromium.org | a5d9502 | 2014-03-25 21:30:37 +0000 | [diff] [blame] | 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, the |
| 20 | command will prompt you with a selection of the branches. |
| 21 | |
| 22 | EXAMPLE |
| 23 | ------- |
iannucci@chromium.org | 2198002 | 2014-04-11 04:51:49 +0000 | [diff] [blame] | 24 | demo:1[] |
iannucci@chromium.org | a5d9502 | 2014-03-25 21:30:37 +0000 | [diff] [blame] | 25 | |
iannucci@chromium.org | c050a5b | 2014-03-26 06:18:50 +0000 | [diff] [blame] | 26 | include::_aliases.txt[] |
| 27 | |
| 28 | ---- |
| 29 | [alias] |
| 30 | git down = nav-downstream |
| 31 | ---- |
| 32 | |
| 33 | |
iannucci@chromium.org | a5d9502 | 2014-03-25 21:30:37 +0000 | [diff] [blame] | 34 | SEE ALSO |
| 35 | -------- |
| 36 | linkgit:git-map-branches[1], linkgit:git-nav-upstream[1] |
| 37 | |
| 38 | include::_footer.txt[] |
| 39 | |
iannucci@chromium.org | c050a5b | 2014-03-26 06:18:50 +0000 | [diff] [blame] | 40 | // vim: ft=asciidoc: |