powered by
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().
use_git()
setup_project()
setup_with_git()
Adds Git and .gitignore file to the project.
.gitignore
setup_project() for starting the project.