Skip to content

Commit cc04487

Browse files
committed
Add lab list
1 parent f262084 commit cc04487

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,17 @@ column of the repository's home page.
2222

2323
## Activities and Labs
2424

25-
TODO: Add a list of activities and labs that are included in this training.
25+
- [Lab 1: Add a Feature](./labs/1-add-a-feature.md)
26+
- [Lab 2: Add Tags](./labs/2-add-tags.md)
27+
- [Lab 3: Git Bisect](./labs/3-git-bisect.md)
28+
- [Lab 4: Interactive Rebase](./labs/4-interactive-rebase.md)
29+
- [Lab 5: Cherry-Picking Commits](./labs/5-cherry-pick.md)
30+
- [Lab 6: Protect the `main` Branch](./labs/6-protect-main.md)
31+
- [Lab 7: GitHub Flow](./labs/7-github-flow.md)
32+
- [Lab 8: Merge Conflicts](./labs/8-merge-conflicts.md)
33+
- [Lab 9: Run a GitHub Actions Workflow](./labs/9-run-a-workflow.md)
34+
- [Lab 10: Create a Release](./labs/10-create-a-release.md)
35+
- [Lab 11: Deploy to an Environment](./labs/11-deploy-to-an-environment.md)
2636

2737
## Reference
2838

0 commit comments

Comments
 (0)