创建项目
ls -la
查看mac上文件夹里的所有目录
rm -rf .git
删除.git目录
git init
git remote add originhttp://192.9.200.114/open-api/ui.git
git add .
git commit -m "Initial commit"
git push -u origin master
执行上面这段代码
创建项目
ls -la
查看mac上文件夹里的所有目录
rm -rf .git
删除.git目录
git init
git remote add originhttp://192.9.200.114/open-api/ui.git
git add .
git commit -m "Initial commit"
git push -u origin master
执行上面这段代码