##How to contribute
clone [email protected]:bernardjbs/Project-2.git
How to move to a new branch for new work (do before adding adding new info to staging area once the repo is clones/pulled)
git checkout -b [branch_name "mon_blablabla"]
git pull (any changes)
git add -A (new work on your computer)
git commit (Description of work)
git push -u [your branch name]