Skip to contents

Usage

exo_committed_to_main(parent_path)

Arguments

parent_path

Path where to create the exercise repo

Value

The path to the new project

Git commands

git reset --hard, git branch, git checkout

Examples

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