git_clone
Hook to create clone a repo.Wraps https://gitpython.readthedocs.io/en/stable/reference.html#git.repo.base.Repo.clone:param url: – valid git url, see http://www.kernel.org/pub/software/scm/git/docs/git-clone.html#URLS:param to_path: – Path to which the repository should be cloned to:param progress: – See ‘git.remote.Remote.push’.:param env: – Optional dictionary containing the desired environment variables. Note: Provided variables will be used to update the execution environment for git. If some variable is not specified in env and is defined in os.environ, value from os.environ will be used. If you want to unset some variable, consider providing empty string as its value.:param path: – is the full path of the new repo (traditionally ends with ./
Inputs
Arguments
Output
None