GitHub repository for a Git tutorial for Psychologists and Behavioral Scientists.
Authors: Matti Vuorre & James P. Curley
Status: Published (preprint here)
The tutorial walks through an example Git repository, which has a remote repository on GitHub, which can be found at https://github.com/mvuorre/git-example.
The manuscript is written in R Markdown with the papaja R package. The source file is manuscript/manuscript.Rmd
(knit to view resulting PDF.)
References are in references.bib
. We manage citations with a combination of Zotero, citr R Studio add-in, and Better Bib(La)Tex. With these, citations are automatically formatted and added from Zotero to the references.bib
file.
Lots of good stuff on the web:
- https://www.atlassian.com/git/tutorials/comparing-workflows
- http://www.geo.uzh.ch/microsite/reproducible_research/post/rr-rstudio-git/
- https://www.youtube.com/watch?v=KjLycV1IWqc
- https://www.youtube.com/watch?v=qcjpHFwCugE
- https://support.rstudio.com/hc/en-us/articles/200532077-Version-Control-with-Git-and-SVN
- https://jennybc.github.io/2014-05-12-ubc/ubc-r/session03_git.html
- http://r-bio.github.io/intro-git-rstudio/
- http://kbroman.org/github_tutorial/pages/rstudio.html
- http://happygitwithr.com/
- http://ohshitgit.com/
- How to fix mistakes with Git (warning: strong language)
See this repository's commit history with nice FX at http://starlogs.net/#mvuorre/reproguide-curate.