You are on page 1of 1

git init

git add .
git commit -m "first commit"
git status
git remote add origin 'url'
git push -f origin master

You might also like