"Oh shit, I need to undo a commit from like 5 commits ago!"
Source:R/revert-commit.R
exo_undo_commit.Rd
To go with https://ohshitgit.com/#undo-a-commit
Examples
if (FALSE) { # interactive()
parent_path <- withr::local_tempdir()
path <- exo_undo_commit(parent_path = parent_path)
}