摘要: error:Your local changes to the following files would be overwritten by merge:如果希望保留生产服务器上所做的改动,仅仅并入新配置项:git stashgit pullgit stash pop然后可以使用git diff ... 阅读全文
posted @ 2015-07-26 11:00 草旅虫 阅读(4152) 评论(0) 推荐(0) 编辑
摘要: $ git checkout work //去自己的工作分支 工作 ....$ //提交工作分支的修改 1.git add .//添加所有修改的文件到提交队列2.git commit –m “test” 填写注释文件3.git push -u origin master //表示提交 $ ... 阅读全文
posted @ 2015-07-26 10:33 草旅虫 阅读(250) 评论(0) 推荐(0) 编辑