摘要: 远程分支 协同开发——简单实例 "shell log" 服务端: // 以上工程中,简单的创建了两个文件 将修改提交: 建立仓库: —— git clone --bare 将当前proj 打包成仓库,供客户下载 客户端: user1, user2下载工程: user2 修改工程: user1 同步工 阅读全文
posted @ 2012-11-16 14:01 郝壹贰叁 阅读(305) 评论(0) 推荐(0)
摘要: 多分支 新建分支 或者 创建后直接切换到新的分支: 删除分支: 分支的合并 切换到master分支,合并testing分支: 利用工具解决冲突部分: [jesse@localhost test02]$ git mergetool 配置工具 修改~/.gitconfig配置文件: $ git conf 阅读全文
posted @ 2012-11-16 13:21 郝壹贰叁 阅读(537) 评论(0) 推荐(0)
摘要: A few common cmd for Rookie and will continuously add. 版本查看: [jesse@localhost git]$ git --version git version 1.7.1 命令路径: [jesse@localhost demo]$ git 阅读全文
posted @ 2012-11-16 11:06 郝壹贰叁 阅读(269) 评论(0) 推荐(0)