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 图形化版本控制的主要内容,如果未能解决你的问题,请参考以下文章