From 02c6b552139b5ff1bab79cf749dc115d2d521d0e Mon Sep 17 00:00:00 2001
From: Andrej Rasevic <andrej@rasevicengineering.com>
Date: Thu, 6 Jan 2022 13:42:11 -0500
Subject: [PATCH] testing git workflow

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9def9bf..fe01e96 100644
--- a/README.md
+++ b/README.md
@@ -56,4 +56,5 @@ This command will add the changes in the `upstream` repository to your local cop
 4.  `git pull`  ([reference](https://www.atlassian.com/git/tutorials/syncing/git-pull))
 5.  `git push` ([reference](https://www.atlassian.com/git/tutorials/syncing/git-push)) 
 6.  `git remote -v`  ([reference](https://www.atlassian.com/git/tutorials/syncing))
-7.  `git remote add upstream <upstream_url>` ([reference](https://docs.github.com/en/github/using-git/adding-a-remote))
+7.  `git remote add upstream <upstream_url>` ([reference](https://docs.github.com/en/github/using-git/adding-a-remote))  
+8. testing git workflow
\ No newline at end of file
-- 
GitLab