From 9e084f755ffbc0f5f1a221e2e1e8d43f0ea79bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Reybert?= <jreybert@gmail.com> Date: Thu, 26 Nov 2015 13:37:55 +0100 Subject: [PATCH] README.md: ad link to mhartington video (fix #47) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3a9e76..26e365b 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ From a very single vim buffer, you can perform all basic git operations. To name * Stage files/hunks/parts of hunks with single key S. * Write or amend your commit message and commit. -See a usage example: +See a usage example on asciicast: [](https://asciinema.org/a/28761) +And a [commented video presenting vimagit](https://youtu.be/_3wMmmVi6bU) (thank you [Mike Hartington](https://github.com/mhartington)!) + This workflow is 100% inspired from magnificent emacs [Magit](https://github.com/magit/magit) plugin. Take a look at [TL;DR](#tldr) to start using it immediatly. -- GitLab