Skip to content

Commit f6acf3a

Browse files
committed
This is now a tutorial
1 parent d040c98 commit f6acf3a

3 files changed

Lines changed: 3 additions & 20 deletions

File tree

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
1-
# version-control-workshop
2-
3-
**Title:** Collaborate through Code (Version Control Basics)
4-
5-
**Description:** Demystify the version control process and learn how to manage and collaborate on coding projects with other researchers and developers. Attendees will become familar with Git and GitHub.
6-
7-
**Learning Objectives:**
8-
1. Discuss the importance of version control in software and research development projects.
9-
2. Set up a GitHub repository for version control purposes.
10-
3. Use GitHub Desktop software to manage the code staging and committing process, and to interface with a remote repository on GitHub.
11-
4. Employ Git branching strategies to manage different versions of code.
12-
5. Collaborate with peers by pulling and merging changes from a shared repository.
13-
6. Troubleshoot common Git errors and conflicts during version control.
14-
15-
**Required Software:**
16-
+ GitHub Desktop (requires a GitHub account)
17-
+ VS Code Text Editor
18-
1+
# version-control-tutorial

docs/_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project:
88
# https://quarto.org/docs/books/
99
# https://quarto.org/docs/reference/projects/books.html
1010
book:
11-
title: "Version Control Basics"
11+
title: "Version Control Tutorial"
1212
author: "Michael Rossetti"
1313
date: "last-modified" # "7/24/2024"
1414
date-format: "iso"

docs/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
:::{.content-hidden when-format="html" when-page="index"}
3-
# Version Control Basics
3+
# Version Control Tutorial
44
:::
55

66

0 commit comments

Comments
 (0)