From 84631a59d8e7fcb9d7d4b23ee21932f35de65131 Mon Sep 17 00:00:00 2001 From: t1st3 Date: Tue, 26 Jul 2016 19:39:40 +0200 Subject: [PATCH] fix typo on git-extras --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 331b581..f733344 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [BFG Repo-Cleaner](https://rtyley.github.io/bfg-repo-cleaner/) - a simpler, faster alternative to git-filter-branch for cleansing bad data out of your Git repository history * [GitIgnore Collection](https://github.com/github/gitignore) - collection of gitignore files for various programming language * [etckeeper](http://etckeeper.branchable.com/) - a collection of tools to let /etc be stored in a git repository -* [git-extra](https://github.com/tj/git-extras) – git utilities adding useful git commands. +* [git-extras](https://github.com/tj/git-extras) – git utilities adding useful git commands. ## Extensions *Git is designed for source control management. but people extend the idea and push version control to everywhere*