Skip to contents

I want to find who added the line x <- x + 1 to the script and when. The tool for that is git blame path/to/file.

Usage

exo_blame(parent_path)

Arguments

parent_path

Path where to create the exercise repo

Value

The path to the new project

git blame.

Examples

if (FALSE) { # interactive()
parent_path <- withr::local_tempdir()
path <- exo_blame(parent_path = parent_path)
}