From a728a81d805946f0a0852ab873b74136138a056a Mon Sep 17 00:00:00 2001 From: Soon Van Date: Mon, 28 Jan 2013 16:39:38 -0500 Subject: [PATCH] Drop pronoun I in README; Adds Contributing prompt --- README.md | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 458f76a..cb8e95a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,18 @@ -Online Git Reference -==================== +# Online Git Reference -I've been giving out git reference cards and wanted a sort of online version -of that. A list of the common commands, grouped by task, with the common -invocations in an easy to reference site. This is my shot at that site - -hopefully it is a nice way to get into this stuff if someone is intimidated -by the pro git book. +Quick reference guide of basic Git commands along with examples of +common uses and options. + +Each section includes tasks related to the type of operation you +may be trying to do. + +If you would like to know more about a command listed, each command +links to both the official manual page and its relevant chapter +in the [Pro Git book](http://git-scm.com/book). + +## Contributing + +If you would like to contribute, simply fork the repository, push +your changes to a branch and send a pull request. + +Typo fixes, improvements to grammar or readability, it's all welcome. \ No newline at end of file