摘要: 恢复git 本地删除的文件 git ls-files -d | xargs git checkout 打tag git tag -a 'V20160726' -m "生成数据用于通用模型评估" git push origin V20160726 删除tag git tag -d V20160726 阅读全文
posted @ 2016-01-20 15:29 bregman 阅读(125) 评论(0) 推荐(0)