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 = ".")
directory of the git repository. For git_init
or git_clone
this must be a non-existing or empty directory.
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