Skip to content

Instantly share code, notes, and snippets.

Created October 9, 2017 18:06
Show Gist options
  • Save anonymous/d6fb44b93e5a12bfd7c94cf92da2f195 to your computer and use it in GitHub Desktop.
Save anonymous/d6fb44b93e5a12bfd7c94cf92da2f195 to your computer and use it in GitHub Desktop.
accounts.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": "YOUR EMAIL HERE"
},
"IsDefault": false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment