git init
git add

git config username
git config email
git commit -m
git status
git log

git remote add origin
git branch -M
git branch

git push




git init
git add

git config username
git config email
git commit -m
git status
git log

git remote add origin
git branch -M
git branch

git push



