fab.steps.grab.git module#
This module contains the git related steps.
- 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.