From b53a17a04d12504e657ff0e862d10a4b96aec101 Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Tue, 27 Dec 2016 21:22:21 +0100 Subject: [PATCH] Add README --- README.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..5ca0f85 --- /dev/null +++ b/README.org @@ -0,0 +1,14 @@ +* git blame-color +This script is based on [[https://gist.github.com/ilius/7d87de079a8abdb03d09]] + +** Dependencies +- ruby + +** Usage +Copy file to your path, git will recognize it and you will be able to use it as + +#+BEGIN_SRC bash +git blame-color +#+END_SRC + +or you can always create alias....