1 进入项目文件夹
2 rm -rf .git
3 git init
4 git add .
5 git commit -m "first commit"
6 git remote add origin https://gitee.com/zhangpingkay/test.git
7 git push -u origin master
1 进入项目文件夹
2 rm -rf .git
3 git init
4 git add .
5 git commit -m "first commit"
6 git remote add origin https://gitee.com/zhangpingkay/test.git
7 git push -u origin master