1
cat .git/config
2rm -rf .git
3git init
4git add .
5git commit -m "Initial commit"
6git remote add origin
7git push -u --force origin master