From 17bf6d7cbd3dd4cdadcab6c9156b94f7f761d047 Mon Sep 17 00:00:00 2001 From: "Raimon Grau (rgrau)" Date: Fri, 10 Nov 2017 21:30:45 +0000 Subject: [PATCH] Add Magit (#126) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1730c09..77d02a6 100644 --- a/README.md +++ b/README.md @@ -1011,3 +1011,4 @@ Using git reset it is then possible to change master back to the commit it was b * [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 +* [Magit](https://magit.vc/) - Interface to git implemented as an Emacs package.