Use data from a git_stats.csv file to get a history of commits done in a repository for the learnitgrid Shiny app.
get_git_stats(
dir,
exclude_authors = "github-classroom[bot]",
type = "all",
tz = "UTC"
)
A data frame with git stats data to be used by the learnitgrid Shiny app.