From a02899c74884c878bce5d3e018963716fe3eaa49 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 24 May 2015 22:26:56 -0700 Subject: [PATCH 1/3] Add Tower client --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d46d08..274f8ad 100644 --- a/README.md +++ b/README.md @@ -666,3 +666,4 @@ After commiting, change the author of the previous commit. To do this, see how t * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - a collection of useful extra git scripts * [gitx-dev](https://rowanj.github.io/gitx/) - another graphical git client for OS X * [Source Tree](https://www.sourcetreeapp.com/) - a free graphical git client for Windows and OS X +* [Tower](http://www.git-tower.com/) - graphical git client for OS X (paid) From 34a83f3efae93dc5d9b7eadfe011cadd81e7e9c3 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 24 May 2015 22:35:34 -0700 Subject: [PATCH 2/3] Add GUI Clients section --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 274f8ad..cc45113 100644 --- a/README.md +++ b/README.md @@ -662,8 +662,10 @@ After commiting, change the author of the previous commit. To do this, see how t ## Scripts & Tools * [firstaidgit.io](http://firstaidgit.io/) A searchable selection of the most frequently asked Git questions -* [git-cola](https://git-cola.github.io/) - another git client for Windows and OS X * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - a collection of useful extra git scripts + +## GUI Clients +* [git-cola](https://git-cola.github.io/) - another git client for Windows and OS X * [gitx-dev](https://rowanj.github.io/gitx/) - another graphical git client for OS X * [Source Tree](https://www.sourcetreeapp.com/) - a free graphical git client for Windows and OS X * [Tower](http://www.git-tower.com/) - graphical git client for OS X (paid) From 7792dac8f7a09e31855997404e27ae63c8e318dd Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sun, 24 May 2015 22:35:52 -0700 Subject: [PATCH 3/3] Doctoc update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc45113..cc1f12c 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ For clarity's sake all examples in this document use a customized bash prompt in - [Books](#books) - [Tutorials](#tutorials) - [Scripts & Tools](#scripts-&-tools) + - [GUI Clients](#gui-clients)