From 6aa9d6ee8efeafcb2e502568be6b4ab176b313d7 Mon Sep 17 00:00:00 2001 From: Linquize Date: Fri, 20 Feb 2015 22:16:38 +0800 Subject: [PATCH] Update README.md to tell which terminal works on Windows --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d4babfc..e0e3ff4 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,9 @@ Documentation can be found at https://github.com/IonicaBizau/git-stats If you override the `git` command with a function, then your commits will be automatically recorded. +If you run `git-stats` to display graph on Windows, please use a terminal that can properly display ANSI colors. +Cygwin Terminal is known to work, while Windows Command Prompt and Git Bash do not. + ### Importing and deleting commits I know it's not nice to start your git commit calendar from scratch. That's why I created a `git-stats-importer` that imports or deletes the commits from a repository.