首页 > 代码库 > bitbucket+sourcetree+p4merge for windows 版本控制
bitbucket+sourcetree+p4merge for windows 版本控制
这里选择bitbucket作为仓库的原因是,它能够在设置私有仓库的前提下组建5人团队一:https://bitbucket.org/ 注册bitbucket二:http://www.sourcetreeapp.com/download/ (下载sourceTree安装,选择默认路径)三:http://www.perforce.com/downloads/Perforce/Customer (下载P4Merge安装选择默认路径)四:在sourcetree配置文件中将P4Merge设置为外部处理冲突合并工具(下面是增加到sourcetree配置文件中的代码) tool = p4merge [difftool "p4merge"] path = /c/Program Files/Perforce/p4merge.exe ## For Windows (这里是安装p4的路径) [merge] tool = p4merge [mergetool "p4merge"] path = /c/Program Files/Perforce/p4merge.exe ## For Windows trustExitCode = true keepBackup = falsewindows中使用sourcetree注意事项:默认安装的P4merge中在解决冲突时如果有中文会出现乱码,这时我们选择左上角的菜单栏中的file->charactor Encoding将格式修改为UTF-8后才能存储
bitbucket+sourcetree+p4merge for windows 版本控制
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。