In the terminal, configure git git config –global user.name ’’ git config –global user.email ’’
create a new empty repository in github
Set up an Rproject in a folder:
- new project
- project in a new directory, tick git
- configure a new remote repository:
git remote add
create a new markdown file in the folder.
Commit it
git push -u class master
New workflowr project
Normally, it is enough to run wflowr_start:
- sets up a git and configures
- still need to add remote repository
Create a new directory
run wflow_start, add this directory and set existing=T
Try to commit something
Run git branch wflow
switch to this branch
Commit a change
git push -u class master