摘要: fatal: Not a valid object name: 'master'. the answer is : That is again correct behaviour. Until you commit, there is no master branch 阅读全文
posted @ 2016-10-17 11:05 梦见舟 阅读(238) 评论(0) 推荐(0)
摘要: Git error on commit after merge - fatal: cannot do a partial commit during a merge this answer is : git commit -i -m "message" 阅读全文
posted @ 2016-10-17 10:58 梦见舟 阅读(1525) 评论(0) 推荐(0)
摘要: 1. 初始化仓库 2. 查看当前状态 3. 添加到缓存 4. 提交到仓库 5. 显示提交的日志 6. 创建新分支 7. 切换分支 8. 合并代码 9. 删除分支 10. 为版本打标签 11. 配置提交者信息 阅读全文
posted @ 2016-10-17 10:05 梦见舟 阅读(143) 评论(0) 推荐(0)