1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

Add git extensions to GUI Clients

This commit is contained in:
Nick Kirby 2017-11-10 21:41:56 +00:00 committed by Richard Littauer
parent 17bf6d7cbd
commit 4547f3ea98

View File

@ -1012,3 +1012,4 @@ Using git reset it is then possible to change master back to the commit it was b
* [Tower](http://www.git-tower.com/) - graphical git client for OS X (paid) * [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 * [tig](https://jonas.github.io/tig/) - terminal text-mode interface for Git
* [Magit](https://magit.vc/) - Interface to git implemented as an Emacs package. * [Magit](https://magit.vc/) - Interface to git implemented as an Emacs package.
* [GitExtensions](https://github.com/gitextensions/gitextensions) - a shell extension, a Visual Studio 2010-2015 plugin and a standalone Git repository tool.