Waldir LeΓ΄ncio Netto
Research Software Engineer Oslo Centre for Biostatistics and Epidemiology (OCBE)
https://github.com/ocbe-uio https://github.com/wleoncio
Available on https://ocbe-uio.github.io/public-slides/ Licensed under Creative Commons Attribution-ShareAlike
At any time (in-person or chat) Requirements: Git; GitHub account
...when you don't have write access to it
https://github.com/waldirln/nifu-course
* If you do have write access, forking is not necessary but PRs are a good way to practice peer-reviewing (even if you are the PI)
gh repo fork
usethis::create_from_github()
git add
gert::git_add()
git commit
gert::git_commit()
gh pr create
usethis::pr_init()
Notice the association:
gh
usethis
git
gert
git blame
git --help
gh --help
help(gert)