Skip to contents

An exercice to check your Git's core.editor is set correctly.

Usage

exo_check_editor(parent_path)

Arguments

parent_path

Path where to create the exercise repo

Value

The path to the new project

Git commands

git config, git commit --allow-empty

Examples

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