repository.Rd
Use git_init()
to start a new repository or git_clone()
to download a
repository from a remote.
git_init(path = ".") git_open(path = ".") git_find(path = ".") git_info(repo = ".")
path | directory of the git repository. For |
---|---|
repo | a path to an existing repository, or a |
You may use git_find()
and git_open()
to explicitly discover and open
existing git repositories, but this is usually not needed because all gert
functions also take a path argument which implicitly opens the repo.
Other git: branch
, commit
,
fetch
, git_config
,
signature