Skip to contents

Usage

exo_latest_message(parent_path)

Arguments

parent_path

Path where to create the exercise repo

Value

The path

Git commands

git commit --amend

Examples

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