"Oh shit, I committed and immediately realized I need to make one small change!"
Source:R/one-small-change.R
exo_one_small_change.Rd
To go with https://ohshitgit.com/#change-last-commit
Examples
if (FALSE) { # interactive()
parent_path <- withr::local_tempdir()
path <- exo_one_small_change(parent_path = parent_path)
# Now add "thing 3" to the "bla" file
# And amend the latest commit
}