Merge pull request #146 from lorin/git-nobranch
Remove branch arg from git docs.
This commit is contained in:
commit
f187227cb6
1 changed files with 3 additions and 3 deletions
|
@ -302,11 +302,11 @@ Deploys software (or files) from git checkouts.
|
|||
*version*:
|
||||
|
||||
* 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*:
|
||||
*remote*:
|
||||
|
||||
* (new in 0.4) Which branch name to checkout. Defaults to 'master'.
|
||||
* Name of the remote branch, defaults to 'origin'.
|
||||
|
||||
Example action from Ansible :doc:`playbooks`::
|
||||
|
||||
|
|
Loading…
Reference in a new issue