signature.RdA 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 address of the commmitter |
|
| time | timestamp of class POSIXt or NULL |
Other git: branch, commit,
fetch, git_config,
repository