Skip to content

Drop pronoun I in README; Adds Contributing prompt #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 28, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 18 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
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.
# Online Git Reference

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.