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.

Revisions

  1. @invalid-email-address Anonymous created this gist Oct 9, 2017.
    26 changes: 26 additions & 0 deletions accounts.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    [
    {
    "$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
    }
    ]