1
0
Fork 0
Online Git Reference Forked from https://github.com/git/git-reference http://gitref.org
Go to file
dotnil 0f4505c1e2 Indent with two spaces in zh files
converted tabs to spaces also. but these commits is limited in the zh
version.

the reason I did this:

 - long lines is prone to conflict
 - the use of tab disturbs the indentation when switching editors
   without proper tab space setting, which you may never get it right.
   so why not give up and use spaces instead.

those changes is limited to the zh translation.

Merge remote-tracking branch 'upstream/gh-pages' into gh-pages

Conflicts:
	.gitignore
	_layouts/zh_reference.html
	zh/basic/index.html
	zh/branching/index.html
	zh/creating/index.html
	zh/index.html
	zh/inspect/index.html
	zh/remotes/index.html
2012-11-29 20:16:37 +08:00
_layouts Remotes and links updated to reflect that GitHub as the owning organization 2012-10-01 14:28:19 -06:00
basic Merge pull request #23 from mcastner/master 2012-10-01 09:27:12 -07:00
branching Merge pull request #23 from mcastner/master 2012-10-01 09:27:12 -07:00
creating Merge pull request #23 from mcastner/master 2012-10-01 09:27:12 -07:00
css Normalized styles with GitHub.com for code and training.github.com for Sans-Serif 2012-10-01 15:17:55 -06:00
images fleshing out structure 2010-06-03 15:01:40 +02:00
inspect Merge pull request #35 from freshtonic/master 2012-10-01 08:48:01 -07:00
js basic layout and intro content 2010-06-03 14:34:35 +02:00
remotes Remotes and links updated to reflect that GitHub as the owning organization 2012-10-01 14:28:19 -06:00
zh Indent with two spaces in zh files 2012-11-29 20:16:37 +08:00
.gitignore Ignore swap files and .DS_Stores 2012-10-01 10:14:45 -06:00
CNAME Restoring CNAME to gitref.org domain name after accidental merge pointed it to cyj.me domain 2012-10-01 14:29:20 -06:00
LICENSE.md Added CC BY-NC-SA 3.0 license. 2012-11-21 11:02:06 -05:00
NOTES change to & 2012-05-18 13:43:56 -05:00
README.md Updated README 2012-08-16 12:02:22 +08:00
about.html getting and creating almost done 2010-06-03 16:25:55 +02:00
cookbook.html add and status basically done 2010-06-03 20:13:39 +02:00
index.html Merge pull request #23 from mcastner/master 2012-10-01 09:27:12 -07:00

README.md

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.

中文翻译

译者 http://cyj.me 逸才,暂未被合并入 http://gitref.org 请先通过 http://gitref.cyj.me 访问