From 076293e2699e00a8e35866c9b97f2e142e416b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Reybert?= <jreybert@gmail.com> Date: Tue, 15 Dec 2015 11:51:52 +0100 Subject: [PATCH] README.md: new screenshot, remove ascinema preview --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62d5d17..b4d11bf 100644 --- a/README.md +++ b/README.md @@ -7,10 +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 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)!) +Some screencasts: +* A simple [asciicast](https://asciinema.org/a/28761) +* 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. -- GitLab