From 4a654bd90a414223bb682876d09f155ce08040e4 Mon Sep 17 00:00:00 2001 From: Edgar Hipp Date: Tue, 7 Nov 2017 13:58:24 +0100 Subject: [PATCH] Add Tig to the list of clients (#116) * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57ea5dc3..ae5c3a9b 100644 --- a/README.md +++ b/README.md @@ -1009,3 +1009,4 @@ Using git reset it is then possible to change master back to the commit it was b * [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) +* [tig](https://jonas.github.io/tig/) - terminal text-mode interface for Git