摘要: git remote prune origin 阅读全文
posted @ 2018-03-09 17:13 lishidefengchen 阅读(266) 评论(0) 推荐(0)
摘要: 查看远程分支 git branch -r 使用下面两条命令来删除远程分支 git branch -r -d origin/branch-name git push origin :branch-name 阅读全文
posted @ 2018-03-09 14:25 lishidefengchen 阅读(158) 评论(0) 推荐(0)
摘要: 本地这样去除文件夹 node_modules 的版本关联:执行:git rm -r --cached "node_modules/"提交: git commit -am 'remove node_modules folder all file out of control'推送:git push 阅读全文
posted @ 2018-03-09 14:14 lishidefengchen 阅读(204) 评论(0) 推荐(0)