CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 30 Jul 2025 22:00:18 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20091201061456
location: https://web.archive.org/web/20091201061456/https://help.github.com/
server-timing: captures_list;dur=1.217740, exclusion.robots;dur=0.021035, exclusion.robots.policy;dur=0.009265, esindex;dur=0.013182, cdx.remote;dur=74.693331, LoadShardBlock;dur=549.359484, PetaboxLoader3.datanode;dur=348.246675, PetaboxLoader3.resolve;dur=94.761292
x-app-server: wwwb-app211
x-ts: 302
x-tr: 716
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app211; 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: Wed, 30 Jul 2025 22:00:24 GMT
content-type: text/html
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Tue, 01 Dec 2009 06:14:56 GMT
x-archive-orig-content-length: 12120
x-archive-orig-last-modified: Tue, 01 Dec 2009 04:27:46 GMT
x-archive-orig-connection: close
x-archive-orig-expires: Wed, 02 Dec 2009 06:14:56 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: Tue, 01 Dec 2009 06:14:56 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Sun, 09 Aug 2009 17:50:13 GMT", ; rel="prev memento"; datetime="Mon, 05 Oct 2009 12:47:23 GMT", ; rel="memento"; datetime="Tue, 01 Dec 2009 06:14:56 GMT", ; rel="next memento"; datetime="Tue, 08 Dec 2009 05:30:02 GMT", ; rel="last memento"; datetime="Sat, 26 Jul 2025 13:09:01 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: 51_13_20091201020227_crawl102-c/51_13_20091201061414_crawl101.arc.gz
server-timing: captures_list;dur=4.968738, exclusion.robots;dur=0.161590, exclusion.robots.policy;dur=0.069575, esindex;dur=0.097504, cdx.remote;dur=1961.428151, LoadShardBlock;dur=2477.615099, PetaboxLoader3.resolve;dur=466.150258, PetaboxLoader3.datanode;dur=1686.692860, load_resource;dur=531.531697
x-app-server: wwwb-app211
x-ts: 200
x-tr: 5307
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
Welcome to the GitHub Help site
Here we have compiled many guides to help you set up and use git and GitHub.
This site is a work in progress.
Guides
Use the sidebar on the right side of this site to access our guides!
If you would like to submit your own guides, please fork our repo and send pull requests to tekkub
We are in the process of moving guides over from the old wiki.
Getting help
There are a number of resources available to help you learn git or fix issues with GitHub:
GitHub
- GitHub Support — Resolve issues with GitHub or get help with basic git issues.
- Contact GitHub — Don’t feel like making an account on support.github.com? This is your direct line to us.
- GitHub Google Group — Ask the community for help
- GitHub Status — Is GitHub down, or is it just me?
Git
- Pro git
- git-scm
- git man pages — In-depth documentation for every git command.
- git user’s manual
- Learn.GitHub — Git tutorials for beginners and experts.
- git ready — Little tips and hints for using git.
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
Troubleshooting
- Troubleshooting SSH issues
- Solutions to common SSH issues
- Fixing egit corruption
- How to fix corruption in a remote repo caused by egit
- Testing webhooks
- How to test post-receive webhook calls from 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.
- Testing webhooks
- How to test post-receive webhook calls from your repo
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
Other
- Userscripts and Bookmarklets
- Various bits of code to enhance and personalize GitHub