signature_update: Interactively Update Git Signatures

Description Usage Arguments Examples

View source: R/git_signatures.R

Description

This function is intended to be run interactively from within an R session.

Usage

1
signature_update(repo = ".", max_commits = 100L)

Arguments

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.

Examples

1
2
3
4
5
## Not run: 
# navigate to a lab directory and run:
signature_update()

## End(Not run)

UBC-MDS/labzenr documentation built on March 28, 2021, 1:28 p.m.