From 44ebb19dbb0b65146195ad6b96f24b73f7054f50 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 21 May 2015 18:58:21 -0700 Subject: [PATCH 1/3] Add gitx-dev link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b24317..f58b398 100644 --- a/README.md +++ b/README.md @@ -656,5 +656,6 @@ After commiting, change the author of the previous commit. To do this, see how t ## Scripts & Tools -* [git-extra-commands](https://github.com/unixorn/git-extra-commands) - a collection of useful extra git scripts * [Source Tree](https://www.sourcetreeapp.com/) - a free graphical git client for Windows and OS X +* [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 From ff99d75be1b8ebf29a68a6340f333135afe73a40 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 21 May 2015 19:00:08 -0700 Subject: [PATCH 2/3] Add git-cola --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f58b398..e234af9 100644 --- a/README.md +++ b/README.md @@ -657,5 +657,6 @@ After commiting, change the author of the previous commit. To do this, see how t ## Scripts & Tools * [Source Tree](https://www.sourcetreeapp.com/) - a free graphical git client for Windows and OS X +* [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 * [gitx-dev](https://rowanj.github.io/gitx/) - another graphical git client for OS X From 45c63ac9f4b170201b566a36b9e42c81fdcf6977 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 21 May 2015 19:02:08 -0700 Subject: [PATCH 3/3] Add book section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e234af9..cba069c 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ For clarity's sake all examples in this document use a customized bash prompt in - [Delete tag](#delete-tag) - [Deleted Patch](#deleted-patch) - [Other Resources](#other-resources) + - [Books](#books) - [Tutorials](#tutorials) - [Scripts & Tools](#scripts-&-tools) @@ -650,6 +651,9 @@ After commiting, change the author of the previous commit. To do this, see how t # Other Resources +## Books + +* [Pro Git](https://git-scm.com/book/en/v2) - Scott Chacon's excellent git book ## Tutorials * [git-workflow](https://github.com/asmeurer/git-workflow) - [Aaron Meurer](https://github.com/asmeurer)'s howto on using git to contribute to open source repositories