git_log: Generates a log of git commits

View source: R/git_log.R

git_logR Documentation

Generates a log of git commits

Description

This function uses a call to git on the command line to generate a csv file which logs all git commits within the working directory.

Usage

git_log(filename = file_stamp("git_log", ".csv"))

Arguments

filename

a character string with the file name to be used, must end in ".csv". The default is "git_log_DATESTAMP.csv".


EstherHerbert/Useful.functions documentation built on Jan. 31, 2025, 10:41 a.m.