Source tree 图形化版本控制
Posted yuruyi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Source tree 图形化版本控制相关的知识,希望对你有一定的参考价值。
1.安装过程中过滤 注册 步骤。
我们进入%LocalAppData%AtlassianSourceTree
目录 新建 文件 acouont.json
文件 放置以下代码。
[ { "$id": "1", "$type": "SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity", "Authenticate": true, "HostInstance": { "$id": "2", "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountInstance, SourceTree.Host.AtlassianAccount", "Host": { "$id": "3", "$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountHost, SourceTree.Host.AtlassianAccount", "Id": "atlassian account" }, "BaseUrl": "https://id.atlassian.com/" }, "Credentials": { "$id": "4", "$type": "SourceTree.Model.BasicAuthCredentials, SourceTree.Api.Account", "Username": "", "Email": null }, "IsDefault": false } ]
然后 重启 安装包
以上是关于Source tree 图形化版本控制的主要内容,如果未能解决你的问题,请参考以下文章
eclipse关于xml文件有两种方式显示 Design方式-图形化方式,Source-源码方式
[.net 面向对象程序设计进阶] (26) 团队开发利器分布式版本控制系统Git——图形化Git客户端工具TortoiseGit