CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sat, 16 Aug 2025 21:53:59 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091017122459
location: https://web.archive.org/web/20091017122459/https://help.github.com/git-html-help
server-timing: captures_list;dur=0.551123, exclusion.robots;dur=0.019997, exclusion.robots.policy;dur=0.009315, esindex;dur=0.011126, cdx.remote;dur=34.762334, LoadShardBlock;dur=153.648499, PetaboxLoader3.datanode;dur=108.436946
x-app-server: wwwb-app222
x-ts: 302
x-tr: 208
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app222; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sat, 16 Aug 2025 21:54:00 GMT
content-type: text/html
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Sat, 17 Oct 2009 12:24:59 GMT
x-archive-orig-content-length: 10863
x-archive-orig-last-modified: Sat, 17 Oct 2009 02:54:00 GMT
x-archive-orig-connection: close
x-archive-orig-expires: Sun, 18 Oct 2009 12:24:59 GMT
x-archive-orig-cache-control: max-age=86400
x-archive-orig-accept-ranges: bytes
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Sat, 17 Oct 2009 12:24:59 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 18 Aug 2009 02:37:15 GMT", ; rel="prev memento"; datetime="Tue, 18 Aug 2009 02:37:15 GMT", ; rel="memento"; datetime="Sat, 17 Oct 2009 12:24:59 GMT", ; rel="next memento"; datetime="Wed, 21 Oct 2009 12:35:07 GMT", ; rel="last memento"; datetime="Wed, 31 Jan 2018 12:18:43 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_12_20091017063403_crawl103-c/52_12_20091017122447_crawl101.arc.gz
server-timing: captures_list;dur=0.474259, exclusion.robots;dur=0.019927, exclusion.robots.policy;dur=0.009917, esindex;dur=0.010444, cdx.remote;dur=10.633625, LoadShardBlock;dur=222.674310, PetaboxLoader3.datanode;dur=495.520558, PetaboxLoader3.resolve;dur=166.737491, load_resource;dur=489.288822
x-app-server: wwwb-app222
x-ts: 200
x-tr: 760
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Help.GitHub
Installing Git HTML help
This guide will help you install the local git HTML help files and set git to use them by default instead of the man pages.
Most git installations will install man files for help, but not the HTML help files (the same files seen on git’s online documentation). Installing these help files is a fairly simple process.
Windows
Msysgit installs and sets the HTML help files as the default automatically. You don’t need to do anything!
OSX
The following commands were run on an installation of the git-osx-installer. Your documentation path may be different, pay attention to the output of git help --web commit
for where your git is set to look for the HTML files.
$ git help --web commit fatal: '/usr/local/git/share/doc/git-doc': not a documentation directory. $ git clone git://git.kernel.org/pub/scm/git/git.git Initialized empty Git repository in /Users/tekkub/git/.git/ remote: Counting objects: 101588, done. remote: Compressing objects: 100% (27214/27214), done. remote: Total 101588 (delta 73797), reused 100304 (delta 72681) Receiving objects: 100% (101588/101588), 24.50 MiB | 377 KiB/s, done. Resolving deltas: 100% (73797/73797), done. Checking out files: 100% (1652/1652), done. $ cd git $ make quick-install-html GIT_VERSION = 1.6.3.3.385.g60647 make -C Documentation quick-install-html GEN doc.dep SUBDIR ../ make[2]: `GIT-VERSION-FILE' is up to date. SUBDIR ../ make[2]: `GIT-VERSION-FILE' is up to date. '/bin/sh' ./install-doc-quick.sh origin/html /Users/tekkub/share/doc/git-doc $ cd /usr/local/git/share/ $ sudo mkdir doc $ cd doc/ $ sudo mv ~/share/doc/git-doc . $ git help --web commit (web browser launches) $ git config --global help.format web
Setup
- Installing git (OSX)
- How to install git on OSX
- Generating SSH keys
- How to generate SSH keys and add them to GitHub
- Troubleshooting SSH issues
- Solutions to common SSH issues
- Setting user name, email and GitHub token
- Configure your local git installation so that commits are linked to your GitHub account
- Installing Git HTML help
- How to install the local git HTML help files
- Working with SSH key passphrases
- SSH key passphrases, why you should use them, and how to avoid re-entering them
- Dealing with line endings
- How to ensure that line endings are consistent in your repo
Repos
- Deleting a repo
- How to remove a repo from your GitHub account
- Moving a repo
- How to move a repo from one account to another
- Removing sensitive data
- Dealing with accidentally committed passwords or other sensitive information
- Splitting a subpath out into a new repo
- How to generate a new repo from a subpath, retaining history.
- Working with subtree merge
- How to use subtree merge to merge one repo into another as a subpath.
Collaborating
- Forking a project
- How to fork a project, submit changes, and pull from other repos in the fork network
- Post-Receive Hooks
- Working with GitHub's post-receive web hooks.
Mac
- Installing git (OSX)
- How to install git on OSX
- Generating SSH keys (OSX)
- Setting up SSH keys on Mac OSX
- Working with SSH key passphrases
- SSH key passphrases, why you should use them, and how to avoid re-entering them
- Dealing with line endings
- How to ensure that line endings are consistent in your repo
Windows
- Generating SSH keys (Win/msysgit)
- Setting up SSH keys with msysgit on Windows
- Working with SSH key passphrases
- SSH key passphrases, why you should use them, and how to avoid re-entering them
- Dealing with line endings
- How to ensure that line endings are consistent in your repo
Linux
- Generating SSH keys (Linux)
- Setting up SSH keys on Linux
- Dealing with line endings
- How to ensure that line endings are consistent in your repo