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

前端 未结 8 1221
南旧
南旧 2021-01-18 04:22

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 ju

8条回答
  •  死守一世寂寞
    2021-01-18 04:49

    There's now an official online location for the Git man pages again - they're at:

    • http://git-scm.com/docs

    Now if only there were redirects from the old locations on kernel.org, that would stop the links on hundreds of StackOverflow answers being broken :(

    Update: such redirects were requested on the git mailing list and Scott Chacon's reply indicates this is intended...

提交回复
热议问题