git init
git status
git add .
git commit -m “description”
git remote add origin <URL>
git push -u origin master
git log
git –help
git branch “branch name”
git checkout “branch name”
git merge “branch name”
git branch –d “branch name”
git push origin –delete “branchname”