Online Git Reference
Forked from https://github.com/git/git-reference
http://gitref.org
ec06c8961f
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. |
||
---|---|---|
_layouts | ||
basic | ||
branching | ||
creating | ||
css | ||
images | ||
inspect | ||
js | ||
remotes | ||
.gitignore | ||
about.html | ||
CNAME | ||
cookbook.html | ||
index.html | ||
NOTES | ||
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.