From 81ca6734248e569fcd426f391b774d1f00b3ddc0 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 29 Mar 2018 08:59:53 +0200 Subject: [PATCH] Remove "a" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29b6ee9..60611ac 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Pull requests on interesting tools/projects/resources are welcome. ## Tutorial *There are tons of learning material on the Web* -* [Flight rules for Git](https://github.com/k88hudson/git-flight-rules) - a guide about what to do when things go wrong +* [Flight rules for Git](https://github.com/k88hudson/git-flight-rules) - guide about what to do when things go wrong * [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