From 5e00cbbeed540f7bab6361eb09bbca1d26e3d7b2 Mon Sep 17 00:00:00 2001 From: Tim Sullivan Date: Thu, 8 Nov 2018 03:17:32 -0600 Subject: [PATCH] Added core GIT to list of GUIs (#21237) and linked to the https://git.wiki.kernel.org/index.php/InterfacesFrontendsAndTools page that includes dozens of options. --- guide/english/git/gui-options/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guide/english/git/gui-options/index.md b/guide/english/git/gui-options/index.md index 0bb40f0544..ec4f48d422 100644 --- a/guide/english/git/gui-options/index.md +++ b/guide/english/git/gui-options/index.md @@ -13,3 +13,7 @@ Most people prefer to use Git as a [CLI (command-line interface)](https://en.wik * [Git Tower](https://www.git-tower.com/mac/) is available for Mac and Windows. * [TortoiseGit](https://tortoisegit.org/) is a Windows Shell Interface to Git based on TortoiseSVN. It's open source and can be built with freely available software. * [SmartGit](https://www.syntevo.com/smartgit/) is a Git client free for a non-commercial use for Windows, Mac and Linux. +* [Git](https://git-scm.com/) is the "official" Git client for Windows, Mac, and Linux. It is open source, and does contain a GUI, though the interface is not as pretty as others. When it is installed on Windows, it will also include a git-bash client, allowing a user to user some bash tools on Windows. + +## More Information +[Huge list of Git GUIs](https://git.wiki.kernel.org/index.php/InterfacesFrontendsAndTools)