Merge pull request #146 from lorin/git-nobranch

Remove branch arg from git docs.
This commit is contained in:
Michael DeHaan 2012-07-26 06:05:40 -07:00
commit f187227cb6

View file

@ -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`::