git init

git add .

Git remote add Origin

Git remote rm Origin

git commit -m “first”

Git push -u Origin master