vcs2l.clients.git module

class vcs2l.clients.git.GitClient(path)

Bases: VcsClientBase

branch(command)
custom(command)
diff(command)
export(command)
classmethod get_git_version()
import_(command)
static is_repository(path)
log(command)
pull(_command)
push(_command)
remotes(_command)
status(command)
type = 'git'
validate(command)