-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.Rmd
22 lines (19 loc) · 843 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: Introduction to Version Control
author: [Carl Stahmer, Tyler Shoemaker, Wesley Brooks]
date: "`r Sys.Date()`"
url: "https://ucdavisdatalab.github.io/workshop_introduction_to_version_control/"
output:
bookdown::gitbook:
fig_caption: false
lang: en-us
---
# Overview {-}
![Git branching diagram](`r url14`)
This workshop covers the fundamentals of using version control for reproducible
research. Topics covered will include installing the Git versioning control
software locally, initiating a local Git repository, managing file versions,
basic branching and merging, and time permitting intermediate topics including
working with remote repositories and resolving conflicts. At the end of this
workshop learners should be able to create new repos and begin using Git for
version control of their individual projects.