Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/git/git-reference.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb8e95abfaa85bbb55d81ffd414edc7633879da7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.