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.
Examples
if (FALSE) { # interactive()
parent_path <- withr::local_tempdir()
path <- exo_blame(parent_path = parent_path)
}
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.
if (FALSE) { # interactive()
parent_path <- withr::local_tempdir()
path <- exo_blame(parent_path = parent_path)
}