Skip to content

Commit

Permalink
Add gitdist --dist-help=default-branch to developers guide (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlettroscoe committed Nov 3, 2017
1 parent 6c16fcb commit bb5715b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tribits/doc/developers_guide/TribitsDevelopersGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8631,6 +8631,7 @@ from `gitdist --help`_ and ``gitdist --dist-help=<topic>``:
* `gitdist --dist-help=dist-repo-status`_
* `gitdist --dist-help=repo-versions`_
* `gitdist --dist-help=aliases`_
* `gitdist --dist-help=default-branch`_
* `gitdist --dist-help=usage-tips`_
* `gitdist --dist-help=script-dependencies`_
* `gitdist --dist-help=all`_
Expand Down Expand Up @@ -8675,6 +8676,12 @@ gitdist --dist-help=aliases
.. include:: gitdist-dist-help-aliases.txt
:literal:

gitdist --dist-help=default-branch
++++++++++++++++++++++++++++++++++

.. include:: gitdist-dist-help-default-branch.txt
:literal:

gitdist --dist-help=usage-tips
++++++++++++++++++++++++++++++

Expand Down
1 change: 1 addition & 0 deletions tribits/doc/developers_guide/generate-dev-guide.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ if [ "$TRIBITS_DEV_GUIDE_SKIP_OTHER_EXTRACTION" == "" ] ; then
generate_gitdist_dist_help_topic dist-repo-status
generate_gitdist_dist_help_topic repo-versions
generate_gitdist_dist_help_topic aliases
generate_gitdist_dist_help_topic default-branch
generate_gitdist_dist_help_topic usage-tips
generate_gitdist_dist_help_topic script-dependencies
generate_gitdist_dist_help_topic all
Expand Down

0 comments on commit bb5715b

Please sign in to comment.