Skip to contents

Usage

exo_undo_commit(parent_path)

Arguments

parent_path

Path where to create the exercise repo

Value

The path to the new project

Git commands

git log, git revert

Examples

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