Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best place to find Git reference content online while kernel.org is down?

Tags:

git

I like reading man pages nicely formatted in a browser instead of in my terminal console.

Until recently, any time I had to look up details of a Git command, I'd just Google the command (like "git reset") then hit the kernel.org link to the nicely formatted man page ( link www.kernel.org/pub/software/scm/git/docs/v1.7.1/git-reset.html)

Kernel.org's been down for a long time, and it's not clear whether/when it's coming back.

Fortunately the Google caches are still around. But is there another good place to find the Git command references?

like image 694
Francis Potter Avatar asked Sep 23 '11 19:09

Francis Potter


1 Answers

It has been mirrored here: http://schacon.github.com/git/git.html, also check out http://gitref.org/

like image 154
Ben Avatar answered Oct 04 '22 11:10

Ben