Instruktioner för att använda Github:
#1 git add . --> Stage all your changes
#2 git commit -m "Short commit description" --> Do this from your own branch
#3 git push origin YOUR_OWN_BRANCH --> Do this from your own branch
#4 github --> To merge your branch with the master branch. This should be done by the group together
#5 git pull origin master --> To update your local master branch. Do this from your master branch
*** git checkout BRANCHNAME --> to switch between branches
Guidelines:
- All the comments in the code should be in english
- Readme file will have relevant information in english
- Always push to your own branch. Merging will be done after approval from all the group members