-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Reading over git-tutorial.Rmd wanted make a few recommendations
- Didn't see a reference to define an origin for the newly created repo using either https or ssh
git remote set-url origin https://github.com/username/reponame.gitgit remote set-url origin git@github.com:username/reponame.git
- For Windows users it's much easier to install git using the
installrpackage
install.packages('installr')
installr::install.git(version = 64)
- Also, there's no problem using git on windows from the command prompt (just need to make sure that git.exe is on the system's path). This gives the added benefit of using git from within R using
shell()
shell('cd path/to/repo & git add --all & ...')
Metadata
Metadata
Assignees
Labels
No labels