-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub-workflow
More file actions
22 lines (14 loc) · 903 Bytes
/
github-workflow
File metadata and controls
22 lines (14 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# GitHub Workflow
In this workshop, you will practice using `git` to version control your projects. You will also learn some best practices on how to collaborate with other developers on code using GitHub.
Since this workshop focuses on working with another developer, **do not continue to the next section until your partner is ready**! The steps _must_ be followed in the given order.
## Getting Started
1. Designate one student to be Student A, and the other to be Student B. If there is a third person, they will be Student C.
## Table of Contents
1. [Repo Setup](/sections/01-repo_setup.md)
2. [Feature Branches](/sections/02-feature_branches.md)
3. [Pull Requests](/sections/03-pull_requests.md)
4. [Merge Conflicts](/sections/04-merge_conflicts.md)
5. [Cleanup](/sections/05-cleanup.md)
6. [Recap](/sections/06-recap.md)
## Submission
1. Submit the URL to your group's GitHub repository.