1
0
Fork 0
Online Git Reference Forked from https://github.com/git/git-reference http://gitref.org
Go to file
Daniel Johnson ec06c8961f fix description of "git rm" and "git mv" to mention --cached
using git rm removes the file from the index AND the working directory,
so trying to mv the file to the new name wouldn't actually work. If you
use "git rm --cached" the file still exists to be worked with.
2010-08-18 14:49:53 -04:00
_layouts inspecting basically done 2010-06-10 13:39:57 -07:00
basic fix description of "git rm" and "git mv" to mention --cached 2010-08-18 14:49:53 -04:00
branching couple of small changes 2010-06-10 14:47:04 -07:00
creating added some highlighting 2010-06-10 14:43:36 -07:00
css started in on log 2010-06-04 15:43:11 +02:00
images fleshing out structure 2010-06-03 15:01:40 +02:00
inspect updated all the book urls 2010-06-10 14:24:14 -07:00
js basic layout and intro content 2010-06-03 14:34:35 +02:00
remotes Fixed typo on remotes page. Unline -> Unlike 2010-07-08 05:40:29 +08:00
.gitignore basic layout and intro content 2010-06-03 14:34:35 +02:00
CNAME gitref cname 2010-06-04 09:43:58 +02:00
NOTES add and status basically done 2010-06-03 20:13:39 +02:00
README.md initial readme 2010-06-04 10:14:28 +02: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 pro git link 2010-06-10 14:41:07 -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.