fab.steps.grab.git#
This module contains the git related steps.
Functions
|
Checkout or update a Git repo. |
|
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.