00.
Introduction to Version Control
Version Control
Git
Github
Gitkraken
Anatomy of a Repository
Version Control Recap
01.
Getting Started With WORKSHOP TOPIC
Slides
01.
Getting Started With Git and Github
A Typical Workflow
Configure your git profile
Creating your first repository
Add a file to the repo
Check Out Git History
Make some more changes
Pulling from a remote repository
Git tips
02.
Websites With Github Pages
Introduction to Markdown
Create a Markdown Website
03.
Cloning and Collaborating with GitKraken
Collaborating Intro
Evolottery
Forking
Cloning
Making Changes
Committing Changes
Pushing Changes
Making a Pull Request
Merging a Pull Request
Inspecting Merged Changes
Another Way to Collaborate
Pulling Upstream Changes
Setup
Git
Github
Gitkraken
Optional
More
GitHub repo
Snippets
Credits
CC-BY Licence
Clear History
Built with
from
Grav
and
Hugo
Edit this page
WORKSHOP TOPIC
> Snippets
Snippets
## Setup chunk ````markdown ```{r setup, include=FALSE} knitr::opts_chunk$set( echo = TRUE, warning = TRUE, message = TRUE, comment = "" ) ``` ````