From 58fab974200f2305d15c6f98aabc64a4f4be2639 Mon Sep 17 00:00:00 2001 From: Mike Melnicki Date: Tue, 19 Dec 2017 19:12:56 -0800 Subject: [PATCH] Fixed the typo for Sourcetree and updated the description (#180) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1357e6..e74b1a8 100644 --- a/README.md +++ b/README.md @@ -1425,7 +1425,7 @@ Using `git reset` it is then possible to change master back to the commit it was * [git-cola](https://git-cola.github.io/) - another Git client for Windows and OS X * [GitUp](https://github.com/git-up/GitUp) - A newish GUI that has some very opinionated ways of dealing with Git's complications * [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 +* [Sourcetree](https://www.sourcetreeapp.com/) - Simplicity meets power in a beautiful and free Git GUI. For Windows and Mac. * [Tower](https://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.