diff --git a/src/content/docs/workshop/git/index.mdx b/src/content/docs/workshop/git/index.mdx
index 638c1a3..e0a7ab3 100644
--- a/src/content/docs/workshop/git/index.mdx
+++ b/src/content/docs/workshop/git/index.mdx
@@ -620,11 +620,13 @@ After syncing, you will have all the missing changes on your local device.
-#### 7. Add additional code
+## Creating branches and PRs
+
+### Tasks
-##### The `depts` program
+#### 1. The `depts` program
@@ -690,7 +692,7 @@ Then, using SQL (either through Visual Studio Code or Access Client Solutions),
![](./assets/depts.png)
-##### `UpdateDepartments` procedure
+#### 2. `UpdateDepartments` procedure
Next, we're going to create two new files. One `.sqlrpgle` program named `UPDDEPT` to update a table, and one SQL Procedure (`.sql`) named `UpdateProcedure` to call the program. These can both exist in your source directory.