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

Merge pull request #147 from benyanke/patch-1

Added gitk
This commit is contained in:
Kate Hudson 2017-11-21 16:33:36 -05:00 committed by GitHub
commit 7412b89d42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1126,3 +1126,5 @@ Using git reset it is then possible to change master back to the commit it was b
* [GitExtensions](https://github.com/gitextensions/gitextensions) - a shell extension, a Visual Studio 2010-2015 plugin and a standalone Git repository tool.
* [Fork](https://git-fork.com/) - a fast and friendly git client for Mac (beta)
* [gmaster](https://gmaster.io/) - a git client for Windows that has 3-way merge, analyze refactors, semantic diff and merge (beta)
* [gitk](https://git-scm.com/docs/gitk) - a git client for linux to allow simple view of repo state.