count_commits: Get Git commit count

Description Usage Arguments Examples

View source: R/count_commits.R

Description

Get your Git commit count in a single date or range of dates.

Usage

1
2
3
count_commits(from, to = Sys.Date(), author = NULL, path = NULL)

get_git_commit_count(from, to = Sys.Date(), author = NULL, path = NULL)

Arguments

from

Date to count commits from.

to

Optional ending date if you want to count commits in a date range.

author

Optional author of the commits.

path

Optional path of your Git repository.

Examples

1
count_commits(from = "2019-06-01")

aldomann/gitlogr documentation built on Oct. 25, 2021, 12:06 a.m.