James Moger
2013-05-07 ffbf03175ba1154ba5984d7c473cf1ac4130c043
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
    {
        "name": "SmartGit/Hg",
        "cloneUrl": "smartgit://cloneRepo/{0}",
        "productUrl": "http://www.syntevo.com/smartgithg",
        "attribution": "Syntevo SmartGit/Hg\u2122",
        "platforms": [ "windows", "macintosh", "linux" ],
        "isActive": false
    },
    {
        "name": "SourceTree",
        "cloneUrl": "sourcetree://cloneRepo/{0}",
        "productUrl": "http://sourcetreeapp.com",
        "attribution": "Atlassian SourceTree\u2122",
        "platforms": [ "windows", "macintosh" ],
        "isActive": true
    },
    {
        "name": "Tower",
        "cloneUrl": "gittower://openRepo/{0}",
        "productUrl": "http://www.git-tower.com",
        "attribution": "fournova Tower\u2122",
        "platforms": [ "macintosh" ],
        "isActive": true
    },
    {
        "name": "GitHub for Macintosh",
        "cloneUrl": "github-mac://openRepo/{0}",
        "productUrl": "http://mac.github.com",
        "attribution": "GitHub\u2122 for Macintosh",
        "platforms": [ "macintosh" ],
        "isActive": false
    },
    {
        "name": "GitHub for Windows",
        "cloneUrl": "github-windows://openRepo/{0}",
        "productUrl": "http://windows.github.com",
        "attribution": "GitHub\u2122 for Windows",
        "platforms": [ "windows" ],
        "isActive": false
    }
]