git init
git clone
git add .
git status
git commit -m "first commit"
git remote add origin
git pull
git push -f