A simple guestbook to show you how to properly pull, edit, commit, and push a repository. As well as showing you how you can easily work on a project in a large team.
git clone https://github.com/CSSUoB/GDSCGit.git
git add .
git commit -m "[MESSAGE]"
git push