You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/docs/man/man3/ansible.git.3

41 lines
1.1 KiB
Groff

.TH ANSIBLE.GIT 5 "2012-10-03" "0.8" "ANSIBLE MODULES"
." generated from library/git
.SH NAME
git \- Deploy software (or files) from git checkouts
." ------ DESCRIPTION
.SH DESCRIPTION
.PP
Manage git checkouts of repositories to deploy files or software.
." ------ OPTIONS
."
."
.SH OPTIONS
.IP repo
git, ssh, or http protocol address of the git repository.(required)
.IP dest
Absolute path of where the repository should be checked out to.(required)
.IP version
What version of the repository to check out. This can be the git \fISHA\fR, the literal string \fIHEAD\fR, branch name, or a tag name. (default: HEAD)
.IP force
(New in 0.7) If yes, any modified files in the working repository will be discarded. Prior to 0.7, this was always 'yes' and could not be disabled.
.IR Choices :
True,False. (default: yes)
.IP remote
Name of the remote branch. (default: origin)."
."
." ------ NOTES
."
."
." ------ EXAMPLES
.SH EXAMPLES
.PP
.nf
git repo=git://foosball.example.org/path/to/repo.git dest=/srv/checkout version=release-0.22
.fi
." ------- AUTHOR
.SH AUTHOR
Michael DeHaan
.SH SEE ALSO
.IR ansible (1),
.I http://ansible.github.com/modules.html#git