Commit def22a9c by Lorin Hochstein

Remove branch arg from git docs.

The "branch" arg doesn't work, users should use "version" instead
for specifying branches.
parent 799fb600
...@@ -302,11 +302,7 @@ Deploys software (or files) from git checkouts. ...@@ -302,11 +302,7 @@ Deploys software (or files) from git checkouts.
*version*: *version*:
* What version to check out -- either the git SHA, the literal string * What version to check out -- either the git SHA, the literal string
``HEAD``, or a tag name. ``HEAD``, branch name, or a tag name.
*branch*:
* (new in 0.4) Which branch name to checkout. Defaults to 'master'.
Example action from Ansible :doc:`playbooks`:: Example action from Ansible :doc:`playbooks`::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment