From 3e5c89698a63b23a0ad300da1c7bf0f9fa4f570a Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Mon, 4 May 2015 20:38:02 -0700 Subject: [PATCH] Add demo GIF to README.md A little animated GIF that demonstrates Overcommit will help people understand what the project does and should help its adoption. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0a39d1ce..2aef08c2 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ `overcommit` is a tool to manage and configure [Git hooks](http://git-scm.com/book/en/Customizing-Git-Git-Hooks). +![Demonstration](https://brigade.github.io/overcommit/overcommit.gif) + In addition to supporting a wide variety of hooks that can be used across multiple repositories, you can also define hooks specific to a repository (but unlike regular Git hooks, are stored in source control).