Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 317 Bytes

GDSC Git Workshop

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.

Relevant Commands

git clone https://github.com/CSSUoB/GDSCGit.git
git add .
git commit -m "[MESSAGE]"
git push