I got the following error when I use use_github()
use_github()
There are uncommitted changes and we're about to create and push to a new GitHub repo
Do you want to proceed anyway?
1: No way
2: Negative
3: Yup
Selection: 3
Error: This repo already has an 'origin' remote, with value 'GitHub - ManuelSpinola/crbiodiversity'.
You can remove this setting with:
usethis::use_git_remote("origin", url = NULL, overwrite = TRUE)