rm -rf .git git init git add .dd git commit -m"first message" git remote add origin "LINK" git push -u origin master