創(chuàng)建項(xiàng)目
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
執(zhí)行上面這段代碼
創(chuàng)建項(xiàng)目
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
執(zhí)行上面這段代碼