File tree 1 file changed +18
-8
lines changed
1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
- Online Git Reference
2
- ====================
3
-
4
- I've been giving out git reference cards and wanted a sort of online version
5
- of that. A list of the common commands, grouped by task, with the common
6
- invocations in an easy to reference site. This is my shot at that site -
7
- hopefully it is a nice way to get into this stuff if someone is intimidated
8
- by the pro git book.
1
+ # Online Git Reference
2
+
3
+ Quick reference guide of basic Git commands along with examples of
4
+ common uses and options.
5
+
6
+ Each section includes tasks related to the type of operation you
7
+ may be trying to do.
8
+
9
+ If you would like to know more about a command listed, each command
10
+ links to both the official manual page and its relevant chapter
11
+ in the [ Pro Git book] ( http://git-scm.com/book ) .
12
+
13
+ ## Contributing
14
+
15
+ If you would like to contribute, simply fork the repository, push
16
+ your changes to a branch and send a pull request.
17
+
18
+ Typo fixes, improvements to grammar or readability, it's all welcome.
You can’t perform that action at this time.
0 commit comments