CheatSheet
add file to stage
git add <file>
add commit
git commit -m ['msg']
push commit
git push
pull repo
git pull
add file to stage
git add <file>
add commit
git commit -m ['msg']
push commit
git push
pull repo
git pull