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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
[
{
"name": "Git",
"title": "Git",
"description": "a fast, open-source, distributed VCS",
"legal": "released under the GPLv2 open source license",
"command": "git clone {0}",
"productUrl": "http://git-scm.com",
"icon": "git-black_32x32.png",
"isActive": true
},
{
"name": "SmartGit/Hg",
"title": "syntevo SmartGit/Hg\u2122",
"description": "a Git client for Windows, Mac, & Linux",
"legal": "\u00a9 2013 syntevo GmbH. All rights reserved.",
"cloneUrl": "smartgit://cloneRepo/{0}",
"productUrl": "http://www.syntevo.com/smartgithg",
"platforms": [ "windows", "macintosh", "linux" ],
"icon": "smartgithg_32x32.png",
"isActive": false
},
{
"name": "SourceTree",
"title": "Atlassian SourceTree\u2122",
"description": "a free Git client for Windows or Mac",
"legal": "\u00a9 2013 Atlassian. All rights reserved.",
"cloneUrl": "sourcetree://cloneRepo/{0}",
"productUrl": "http://sourcetreeapp.com",
"platforms": [ "windows", "macintosh" ],
"icon": "sourcetree_32x32.png",
"isActive": true
},
{
"name": "Tower",
"title": "fournova Tower\u2122",
"description": "a Git client for Mac",
"legal": "\u00a9 2013 fournova Software GmbH. All rights reserved.",
"cloneUrl": "gittower://openRepo/{0}",
"productUrl": "http://www.git-tower.com",
"platforms": [ "macintosh" ],
"isActive": true
},
{
"name": "GitHub",
"title": "GitHub\u2122 for Macintosh",
"description": "a free Git client for Mac OS X",
"legal": "\u00a9 2013 GitHub. All rights reserved.",
"cloneUrl": "github-mac://openRepo/{0}",
"productUrl": "http://mac.github.com",
"platforms": [ "macintosh" ],
"isActive": false
},
{
"name": "GitHub",
"title": "GitHub\u2122 for Windows",
"description": "a free Git client for Windows",
"legal": "\u00a9 2013 GitHub. All rights reserved.",
"cloneUrl": "github-windows://openRepo/{0}",
"productUrl": "http://windows.github.com",
"platforms": [ "windows" ],
"isActive": false
}
]
|