From 4801338263b2cae61c6f0a7906a0f574c98360ed Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Jul 15 2014 20:41:31 +0000 Subject: readme --- diff --git a/README.md b/README.md new file mode 100644 index 0000000..0cf661a --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +This is a very basic tool to compare to related git repositories + + $ ./diff-git --help + Usage: diff-git [options] giturl1 giturl2 + + Options: + -h, --help show this help message and exit + -v, --verbose be more verbose + -q, --quiet be less verbose + -d, --debug show debug output + --ignore-ff ignore fast-forwards + +This is a work in progress. Currently the comparison is very basic.