Repository · Issues · API docs · Annotated source · Release Notes
Install and configure git.
Dependency Information
:dependencies [[com.palletops/git-crate "0.8.0-alpha.2"]]
Releases
Pallet | Crate Version | Repo | GroupId | ||
---|---|---|---|---|---|
0.8.0-beta.1 | 0.8.0-alpha.2 | clojars | com.palletops | Release Notes | Source |
Usage
To add git to a server-spec
or a group-spec
:
(require '[pallet.crate.git :as git])
(server-spec :extends (git/git {}))
Git is installed during the :install
phase, so make sure to include that phase during converge.
Provides clone
, pull
and checkout
functions, and a branch?
function.
Support
On the group, or #pallet
on freenode irc.
License
Licensed under EPL
Copyright 2010, 2011, 2012, 2013 Hugo Duncan.