fab.steps.grab.git#

This module contains the git related steps.

Functions

git_checkout(config, src[, dst_label, revision])

Checkout or update a Git repo.

git_merge(config, src[, dst_label, revision])

Merge a git repo into a local working copy.

fab.steps.grab.git.git_checkout(config, src, dst_label='', revision=None)#

Checkout or update a Git repo.

fab.steps.grab.git.git_merge(config, src, dst_label='', revision=None)#

Merge a git repo into a local working copy.