Skip to content

beansrowning/git-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to version control with Git

Sean Browning
March 18th, 2022

Okay, how do I see this thing?

View on Github pages!

How can I build it locally?

From R or RStudio render the RMarkdown document and bingo-boingo.

rmarkdown::render("Rmd/git_presentation.Rmd")

How can I save this to PDF?

The best way would be to print the HTML document to a PDF using google chrome.

Simply Ctrl+P when displaying the slides in Chrome, and change the destination as Save as PDF

I want to help and make changes!

Thanks for helping out!

Feel free to make a fork of this repository and submit a PR and I'll review it.