diff --git a/diagrams_source/lab02/merging_topic_branches.svg b/diagrams_source/lab02/merging_topic_branches.svg
new file mode 100644
index 0000000..914587f
--- /dev/null
+++ b/diagrams_source/lab02/merging_topic_branches.svg
@@ -0,0 +1,1594 @@
+
+
diff --git a/tiddlers/content/labs/lab02/_Labs_02_Merging Topic Branches.md b/tiddlers/content/labs/lab02/_Labs_02_Merging Topic Branches.md
index c7b19ab..c5a180b 100644
--- a/tiddlers/content/labs/lab02/_Labs_02_Merging Topic Branches.md
+++ b/tiddlers/content/labs/lab02/_Labs_02_Merging Topic Branches.md
@@ -1,5 +1,9 @@
We are pretty much finished with the product editor dialog now and therefor we are also finished with the `product_editor` topic branch. Now we need to merge it back into the master branch.
+The following diagram describes the process that we are about to perform:
+
+{{/Labs/02/images/Merging Topic Branches}}
+
1. Triple check that everything is committed since you have to try really hard to accidentally lose work that it is committed. Right click the root of the project and commit from there. There should be no files that need to be committed.
1. Before merging the topic branch, we need to sync it with the remote master so that it includes any changes made by other team members.
diff --git a/tiddlers/content/labs/lab02/_Labs_02_images_Merging Topic Branches.svg b/tiddlers/content/labs/lab02/_Labs_02_images_Merging Topic Branches.svg
new file mode 100644
index 0000000..914587f
--- /dev/null
+++ b/tiddlers/content/labs/lab02/_Labs_02_images_Merging Topic Branches.svg
@@ -0,0 +1,1594 @@
+
+
diff --git a/tiddlers/content/labs/lab02/_Labs_02_images_Merging Topic Branches.svg.meta b/tiddlers/content/labs/lab02/_Labs_02_images_Merging Topic Branches.svg.meta
new file mode 100644
index 0000000..27730c9
--- /dev/null
+++ b/tiddlers/content/labs/lab02/_Labs_02_images_Merging Topic Branches.svg.meta
@@ -0,0 +1,5 @@
+created: 20200702091026430
+modified: 20200707005526287
+tags: image lab lab02
+title: /Labs/02/images/Merging Topic Branches
+type: image/svg+xml
\ No newline at end of file
diff --git a/tiddlers/content/labs/lab03/_Labs_03_Check Your Branches.md b/tiddlers/content/labs/lab03/_Labs_03_Check Your Branches.md
new file mode 100644
index 0000000..5fa12f8
--- /dev/null
+++ b/tiddlers/content/labs/lab03/_Labs_03_Check Your Branches.md
@@ -0,0 +1,14 @@
+A quick survey of the Git repositories on GitBucket shows that several of you have not merged your `topic/product_editor` branch into `master` yet. This is going to cause problems, so you should check and fix this.
+
+1. Open NetBeans and look at the root of the project in the projects pane. You will see the current branch to the right of the project name. If you have properly merged the branch then:
+
+ * The current branch should be `[master]`.
+ * You should be able to see your `ProductEditor` class in the `gui` package. It should be the latest version with the completed <