This function is intended to be run interactively from within an R session.
signature_update(repo = ".", max_commits = 100L)
repo | A path to a github repository. Defaults to the working directory. |
---|---|
max_commits | An integer indicating the maximum commits to search in in the git log. |
if (FALSE) { # navigate to a lab directory and run: signature_update() }