diff --git a/README.md b/README.md
index 7255153..7282e88 100644
--- a/README.md
+++ b/README.md
@@ -103,3 +103,10 @@ class SumTestSteps {
## Continuous Integration
As part of being an automation tester the project has been connected to CircleCI for CI/CD operations.
+We can see our test results in the pipeline to assess performance of testing.
+
+
+## Source Control
+
+The project has many revisions for each piece of work completed to create a workable git tree.
+
diff --git a/img/ci_pipeline.PNG b/img/ci_pipeline.PNG
new file mode 100644
index 0000000..016bb5d
Binary files /dev/null and b/img/ci_pipeline.PNG differ
diff --git a/img/git_tree.PNG b/img/git_tree.PNG
new file mode 100644
index 0000000..ac52b23
Binary files /dev/null and b/img/git_tree.PNG differ