| signature {gert} | R Documentation |
A signature contains the author and timestamp of a commit. This is needed by the git_commit function.
git_signature_default(repo = ".") git_signature(name, email, time = NULL)
repo |
a path to an existing repository, or a |
name |
Real name of the committer |
email |
Email address of the commmitter |
time |
timestamp of class POSIXt or NULL |
Other git: branch, commit,
fetch, git_config,
repository