From ed994411be3f9a95352d82c00c2cf7ece09dbdc5 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..6017ba3a96 --- /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/). + +This project is run by a [governance model](http://git-for-windows.github.io/governance-model.html). 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).