Skip to content

Commit bd3b0b7

Browse files
authored
Update git rankings based on google trends results (#2129)
Results updated based on this Google Trends link: https://trends.google.com/explore?q=GitKraken%2CGitHub%2520Desktop%2CSourceTree%2CGit%2520Tower%2CGit%2520Extensions%2CTortoiseGit%2CSmartGit%2CMagit&date=today%201-y&geo=Worldwide ## Changes This PR changes the order value of 4 Git GUIs based on their ranking in recent Google Trends. ## Context After reviewing previously merged PRs, it seems that the sort order is based on Google Trends results.
2 parents 032938c + 72a71b4 commit bd3b0b7

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

data/guis/git-extensions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ platforms:
66
- "Windows"
77
price: "Free"
88
license: "GNU GPL"
9-
order: 4
9+
order: 6
1010
---

data/guis/gitkraken-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ platforms:
99
# Free tier only works with local and public repositories
1010
price: "Free / $48+/user annually"
1111
license: "Proprietary"
12-
order: 5
12+
order: 3
1313
---

data/guis/magit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ platforms:
88
- "Linux"
99
price: "Free"
1010
license: "GNU GPL"
11-
order: 6
11+
order: 5
1212
---

data/guis/tortoisegit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ platforms:
66
- "Windows"
77
price: "Free"
88
license: "GNU GPL"
9-
order: 3
9+
order: 4
1010
---

0 commit comments

Comments
 (0)