Git Help: https://github.com/quinnliu/gitCommands/blob/master/README.md
Adding repository: git clone https://github.com/OmarRyanBekdash/SocialStocks git pull
Creating branch: git checkout -b ::: make new branch for code git checkout ::: switch to existing branch (i.e. master)
Merging branches: git checkout master ::: first checkout master - switches back to master branch git merge ::: merge master and git branch -d ::: delete the merged branch