git init remoce

rm -rf .git (for linux)
rmdir .git (for windows)
rmdir /s .git (for windows if subfolders)
bilalahmed_dev