Unlimited learning, half price | 50% off
Get 50% off unlimited learning

prodigenr (version 0.7.0)

setup_with_git: Setup Git to the project.

Description

Takes a lot of inspiration from the usethis use_git() function, except it only adds Git and nothing more (doesn't commit, doesn't restart RStudio automatically). Must run this function inside the project you created from setup_project().

Usage

setup_with_git()

Arguments

Value

Adds Git and .gitignore file to the project.

See Also

setup_project() for starting the project.