从远程库clone,
然后要从本地库 推送到 远程库。
先定位到
本地的git仓库。
cd /Users/juzi/.ssh/YEEP
ls
pwd
再PUSH
git add -A
git commit -m "消除部分无效的类,还有大量的无效代码"
git push -u origin master
从远程库clone,
然后要从本地库 推送到 远程库。
先定位到
本地的git仓库。
cd /Users/juzi/.ssh/YEEP
ls
pwd
再PUSH
git add -A
git commit -m "消除部分无效的类,还有大量的无效代码"
git push -u origin master