Jeremy Springman
University of Pennsylvania
Global Development: Intermediate Topics in Politics, Policy, and Data
PSCI 3200 - Spring 2024
If yes, consider running an update
If no, install git
.exe
and double-click
Git is a version control program, so you can avoid…
Git hosts data and code
main
) on github.comVersion control
Collaboration
Basic commands
git pull origin main
git add .
git commit -m "describe your changes or vent frustration"
git push origin main
git pull origin main
Git can be complicated
"Your Name"
and "yourname@email.edu"
with your name/email used to sign up for GitHubCheck that the confirmation worked
.exe
.exe
Moving to RStudio
Change output director to docs
Where we left off
_site
folder (now its using docs
)data
folder to store your dataset.qmd
file to your repo (or drop it into index.qmd
)_quarto.yml
to add new pages to navigation barindex.qmd
; confirm that other pages have been renderedjrspringman.github.io/psci3200-globaldev/