From 5ec68d6bca7d4ff84959ce4cf193e6beabb6dffa Mon Sep 17 00:00:00 2001
From: Robin Ruud Kristensen <robinru@stud.ntnu.no>
Date: Sat, 10 Dec 2022 15:32:00 +0100
Subject: [PATCH] Added some text to version control

---
 Submission.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Submission.md b/Submission.md
index b079d296..2cb0e0b5 100644
--- a/Submission.md
+++ b/Submission.md
@@ -100,6 +100,9 @@ Each member would come with ideas at the start, so we could find out what we eac
 Each week a meeting was held for discussion what had been done and what should be done in the future of the project. In each meeting a TODO list was made, if we used to issue board it would have been a better solution to know new work that needed to be done. It was a solution that work for the group. 
 
 ### Use of Version Controll
+For version control Gitlab was used. When a new feature was implemented, a commit would be made with a comment about what would was changed or added. When a bug occurred the person that found it would try to fix it before going to the group to discuss a possible solution. 
+
+Each member was working on their own branch to develop new features before either pushing it and then merging it into the main branch. Normally was to develop one feature before merge and not many before a merge request was made.
 
 
 
-- 
GitLab