CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Wed, 23 Jul 2025 22:16:36 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081223165503
location: https://web.archive.org/web/20081223165503/https://github.com/guides/local-github-config.atom
server-timing: captures_list;dur=1.655987, exclusion.robots;dur=0.024280, exclusion.robots.policy;dur=0.011541, esindex;dur=0.014218, cdx.remote;dur=8.311506, LoadShardBlock;dur=187.162435, PetaboxLoader3.datanode;dur=107.780606
x-app-server: wwwb-app216
x-ts: 302
x-tr: 226
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: SERVER=wwwb-app216; 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, 23 Jul 2025 22:16:37 GMT
content-type: application/atom+xml; charset=utf-8
content-length: 2648
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Tue, 23 Dec 2008 16:55:03 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 24ms
x-archive-orig-etag: "b1a31b4f2e8d33b3a9bd5278f805fd53"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 2648
cache-control: max-age=1800
x-archive-guessed-content-type: text/xml
x-archive-guessed-charset: utf-8
memento-datetime: Tue, 23 Dec 2008 16:55:03 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Tue, 23 Dec 2008 16:55:03 GMT", ; rel="memento"; datetime="Tue, 23 Dec 2008 16:55:03 GMT", ; rel="last memento"; datetime="Tue, 23 Dec 2008 16:55:03 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_7_20081223135951_crawl107-c/52_7_20081223165438_crawl103.arc.gz
server-timing: captures_list;dur=0.711013, exclusion.robots;dur=0.026776, exclusion.robots.policy;dur=0.012111, esindex;dur=0.014698, cdx.remote;dur=144.572802, LoadShardBlock;dur=180.961052, PetaboxLoader3.datanode;dur=232.939631, PetaboxLoader3.resolve;dur=121.996704, load_resource;dur=242.438700
x-app-server: wwwb-app216
x-ts: 200
x-tr: 604
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=()
accept-ranges: bytes
tag:github.com,2008:/guides/local-github-config
GitHub Guides - Local GitHub Config
2008-11-25T17:05:15-08:00
tag:github.com,2008:Guide/79
2008-11-25T16:55:16-08:00
2008-11-25T17:05:15-08:00
Local GitHub Config - version 2
Tue Nov 25 17:05:15 -0800 2008
<p>Setting a local GitHub config tells apps like <a href="https://github.com/Caged/gitnub">GitNub</a> and <a href="https://github.com/pieter/gitx">GitX</a> who you are.</p>
<p>When logged in, your <a href="https://github.com/account">account page</a> provides simple copy & paste instructions for setting the config.</p>
<p><img src="https://img.skitch.com/20081126-i39uhamy7yjpema5jb6aaab4f.png" alt="" /></p>
<p><img src="https://img.skitch.com/20081126-cmt7w2tr3w1sss3wxu3jhg1rsd.png" alt="" /></p>
<p>Applications and scripts can easily access this information:</p>
<pre>
$ git config --global github.user
defunkt
</pre>
<p>You can also access ~/.gitconfig directly.</p>
<h3>Keep Your Token Secret</h3>
<p>It’s like your password – please keep it secret.</p>
<p>Also: whenever you change your password, <strong>your token will also change</strong>. So if your token gets out, change your GitHub password and you will be fine.</p>
defunkt
chris@ozmm.org
tag:github.com,2008:Guide/79
2008-11-25T16:55:16-08:00
2008-11-25T16:55:16-08:00
Local GitHub Config - version 1
Tue Nov 25 16:55:16 -0800 2008
<p>coming soon</p>
defunkt
chris@ozmm.org