From c509b1107d6dec06b9a12ed44ec85f10fa13316b Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 10 Jan 2014 16:16:03 -0600 Subject: [PATCH 1/2] Add a README.md Signed-off-by: Johannes Schindelin --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000000..62ecc3c8db --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Git for Windows + +This is the source code of [Git for Windows](http://git-for-windows.github.io/), +forked from [Git](http://git-scm.com/). + +If you encounter problems, you can report them as [GitHub issues](https://github.com/git-for-windows/git/issues), discuss them on Git for Windows' [Google Group](http://groups.google.com/group/git-for-windows), and [contribute bug fixes](https://github.com/git-for-windows/git/wiki/How-to-participate#fix-bugs-or-add-features-in-the-git-code-itself). From b40165a71e534e48d5c876408d2ba299c2c9c4fb Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Wed, 11 Feb 2015 15:24:26 +0000 Subject: [PATCH 2/2] Added Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 62ecc3c8db..70a3999c6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Git for Windows +[![Join the chat at https://gitter.im/git-for-windows/git](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/git-for-windows/git?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + This is the source code of [Git for Windows](http://git-for-windows.github.io/), forked from [Git](http://git-scm.com/).