12 2015 档案

摘要:# 把原來的 git 移除掉sudo rm .git -r# 初始化git initgit remote add origin https://github.com/username/repo-name.gitgit remote -v# 再重新加入全部 git add --allgit commi... 阅读全文
posted @ 2015-12-12 14:25 vickychan222 阅读(641) 评论(0) 推荐(0)