smart_contracts6 ----For Removing existing git repos. rm -rf .git ----Creatiing First time git init git add . git commit -m "First Time" git remote add origin https://github.com/SanaAwan5/smart_contracts6.git git push -u origin master