From 5f874ef951535b2270208a4f5ac2b60cef7dcd5e Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 10 Jan 2014 16:16:03 -0600 Subject: [PATCH] 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).