| Index: man/src/git-drover.txt
|
| diff --git a/man/src/git-drover.txt b/man/src/git-drover.txt
|
| index 0c2afffb00e6b1ed8cfc27cba66fdc5359dca3df..f01b5cdbb6abe283caa0c5a7c21a0795faf548b9 100644
|
| --- a/man/src/git-drover.txt
|
| +++ b/man/src/git-drover.txt
|
| @@ -19,11 +19,30 @@ sequence of commands to run.
|
|
|
| EXAMPLE
|
| -------
|
| +
|
| +PREREQUISITES
|
| +~~~~~~~~~~~~~
|
| +Before working with branches, you must
|
| +ifdef::backend-xhtml11[]
|
| +`gclient sync --with_branch_heads`
|
| +endif::backend-xhtml11[]
|
| +ifdef::backend-docbook[]
|
| +'gclient sync --with_branch_heads'
|
| +endif::backend-docbook[]
|
| +at least once to fetch the branches.
|
| +
|
| +Merge Example
|
| +^^^^^^^^^^^^^
|
| demo:1[]
|
|
|
| +Revert Example
|
| +^^^^^^^^^^^^^^
|
| +demo:2[]
|
| +
|
| SEE ALSO
|
| --------
|
| linkgit:git-cherry-pick[1]
|
| +linkgit:git-revert[1]
|
|
|
| include::_footer.txt[]
|
|
|
|
|