I want to find which commit deleted script.R.
The tool for that is git log --oneline -- path.
Examples
if (FALSE) { # interactive()
parent_path <- withr::local_tempdir()
path <- exo_log_deleted_file(parent_path = parent_path)
}
I want to find which commit deleted script.R.
The tool for that is git log --oneline -- path.
if (FALSE) { # interactive()
parent_path <- withr::local_tempdir()
path <- exo_log_deleted_file(parent_path = parent_path)
}