| OLD | NEW |
| 1 git-drover(1) | 1 git-drover(1) |
| 2 ============= | 2 ============= |
| 3 | 3 |
| 4 NAME | 4 NAME |
| 5 ---- | 5 ---- |
| 6 git-drover - | 6 git-drover - |
| 7 include::_git-drover_desc.helper.txt[] | 7 include::_git-drover_desc.helper.txt[] |
| 8 | 8 |
| 9 SYNOPSIS | 9 SYNOPSIS |
| 10 -------- | 10 -------- |
| 11 [verse] | 11 [verse] |
| 12 'git drover' | 12 'git drover' |
| 13 | 13 |
| 14 DESCRIPTION | 14 DESCRIPTION |
| 15 ----------- | 15 ----------- |
| 16 | 16 |
| 17 `git drover` is NOT IMPLEMENTED yet. See the EXAMPLE section for the equivalent | 17 `git drover` is NOT IMPLEMENTED yet. See the EXAMPLE section for the equivalent |
| 18 sequence of commands to run. | 18 sequence of commands to run. |
| 19 | 19 |
| 20 EXAMPLE | 20 EXAMPLE |
| 21 ------- | 21 ------- |
| 22 |
| 23 PREREQUISITES |
| 24 ~~~~~~~~~~~~~ |
| 25 Before working with branches, you must |
| 26 ifdef::backend-xhtml11[] |
| 27 `gclient sync --with_branch_heads` |
| 28 endif::backend-xhtml11[] |
| 29 ifdef::backend-docbook[] |
| 30 'gclient sync --with_branch_heads' |
| 31 endif::backend-docbook[] |
| 32 at least once to fetch the branches. |
| 33 |
| 34 Merge Example |
| 35 ^^^^^^^^^^^^^ |
| 22 demo:1[] | 36 demo:1[] |
| 23 | 37 |
| 38 Revert Example |
| 39 ^^^^^^^^^^^^^^ |
| 40 demo:2[] |
| 41 |
| 24 SEE ALSO | 42 SEE ALSO |
| 25 -------- | 43 -------- |
| 26 linkgit:git-cherry-pick[1] | 44 linkgit:git-cherry-pick[1] |
| 45 linkgit:git-revert[1] |
| 27 | 46 |
| 28 include::_footer.txt[] | 47 include::_footer.txt[] |
| 29 | 48 |
| 30 // vim: ft=asciidoc: | 49 // vim: ft=asciidoc: |
| OLD | NEW |