libvcs
libvcs copied to clipboard
`GitRepo`, `MercurialRepo`, etc.: Mirror commands
GitRepo
- [ ]
clone- [ ]
--template - [ ]
--bare - [ ]
--mirror - [ ]
--no-hard-links - [ ]
--recursive-submodules - .. etc
- [ ]
- [ ]
pull
Differences from GitPython:
-
libvcs.git.GitRepovs https://gitpython.readthedocs.io/en/3.1.27/reference.html#git.repo.base.Repo.clone- libvcs will attempt to match git(1)'s commands flags closely as possible
- explicit kwargs to make autocompletion easier
-
libvcs.git.GitRepo.progress_callis similar to https://gitpython.readthedocs.io/en/3.1.27/reference.html#git.repo.base.Repo.clone'sprocess