From 073179c5c2ec90f4978a131438e5a538d23a5cd7 Mon Sep 17 00:00:00 2001 From: Rudi Kershaw Date: Fri, 11 Sep 2020 19:31:30 +0100 Subject: [PATCH 1/3] Hook Management - remove dead link and add Git Build Hook link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48b5050..864ddc7 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [pre-commit](http://pre-commit.com/) - a framework for managing and maintaining multi-language pre-commit hooks from Yelp. Extensive support for multiple programming language. * [Overcommit](https://github.com/brigade/overcommit/) - a extendable Git hook manager written with Ruby. -* [git-hooks](https://github.com/icefox/git-hooks/) - tool to manage project, user, and global Git hooks +* [Git Build Hook Maven Plugin](https://github.com/rudikershaw/git-build-hook) - Install git hooks and configuration in a Maven build. * [quickhook](https://github.com/dirk/quickhook/) - a fast, Unix'y, opinionated Git hook runner * [husky](https://github.com/typicode/husky) - Git hooks for Node.js, manage your hooks from your package.json * more on https://githooks.com/ From 28519d51b858d4cfdc85345b091134d28041fc83 Mon Sep 17 00:00:00 2001 From: Rudi Kershaw Date: Wed, 10 Feb 2021 11:16:56 +0000 Subject: [PATCH 2/3] Re-add broken link and fix it rather than remove it. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 864ddc7..1c9f6db 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [The Git Community Book](https://schacon.github.io/gitbook/) - book built by dozens of people in the Git community * [Git Pocket Guide](http://shop.oreilly.com/product/0636920024972) - a short O'Reilly book on Git * [Git Real: Code School](https://www.codeschool.com/courses/git-real/) - paid training course from Code School -* [Git Branching](http://pcottle.github.io/learnGitBranching/) - visual way to learn git branching +* [ranching](http://pcottle.github.io/learnGitBranching/) - visual way to learn git branching * [Learn Git in a Month of Lunches](https://www.manning.com/books/learn-git-in-a-month-of-lunches) - tutorial-based book by Manning Publications * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html) - short book about Git * [Git from the bottom up](https://jwiegley.github.io/git-from-the-bottom-up/) - great series of articles about Git @@ -124,6 +124,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [pre-commit](http://pre-commit.com/) - a framework for managing and maintaining multi-language pre-commit hooks from Yelp. Extensive support for multiple programming language. * [Overcommit](https://github.com/brigade/overcommit/) - a extendable Git hook manager written with Ruby. +* [git-hooks](https://github.com/git-hooks/git-hooks/) - tool to manage project, user, and global Git hooks * [Git Build Hook Maven Plugin](https://github.com/rudikershaw/git-build-hook) - Install git hooks and configuration in a Maven build. * [quickhook](https://github.com/dirk/quickhook/) - a fast, Unix'y, opinionated Git hook runner * [husky](https://github.com/typicode/husky) - Git hooks for Node.js, manage your hooks from your package.json From 89a9ac9d968deb3c0c8f97eac9baa9aaaa9aa687 Mon Sep 17 00:00:00 2001 From: Rudi Kershaw Date: Wed, 10 Feb 2021 11:17:45 +0000 Subject: [PATCH 3/3] Fix typo introduced in previous commit. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c9f6db..b6eca95 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Pull requests on interesting tools/projects/resources are welcome. * [The Git Community Book](https://schacon.github.io/gitbook/) - book built by dozens of people in the Git community * [Git Pocket Guide](http://shop.oreilly.com/product/0636920024972) - a short O'Reilly book on Git * [Git Real: Code School](https://www.codeschool.com/courses/git-real/) - paid training course from Code School -* [ranching](http://pcottle.github.io/learnGitBranching/) - visual way to learn git branching +* [Git Branching](http://pcottle.github.io/learnGitBranching/) - visual way to learn git branching * [Learn Git in a Month of Lunches](https://www.manning.com/books/learn-git-in-a-month-of-lunches) - tutorial-based book by Manning Publications * [Git Magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html) - short book about Git * [Git from the bottom up](https://jwiegley.github.io/git-from-the-bottom-up/) - great series of articles about Git