From d8011470afae201e5c84413d87221e4ba99dd5c6 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 27 Jul 2017 08:08:55 +0200 Subject: [PATCH] Add "Use gitk to understand git" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 992f22f..9cbc55c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [Try Git](https://try.github.io/) - learn Git in 15 minutes with pseudo-terminal interface * [Atlassian Git Tutorial](https://www.atlassian.com/git/tutorials/) - comprehensive tutorial on Git +* [Use gitk to understand git](https://lostechies.com/joshuaflanagan/2010/09/03/use-gitk-to-understand-git/) - all important Git terms (commit, commit SHA, branch, merge, rebase) explained using gitk * [Learn Version Control with Git](https://www.git-tower.com/learn/) - freemium ebook from fournova Software (makers for Tower), associated with paid video course * [Pro Git](https://git-scm.com/book/) - free Git book (CC BY-NC-SA 3.0) * [The Git Community Book](https://schacon.github.io/gitbook/) - book built by dozens of people in the Git community