CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Mon, 25 Aug 2025 00:58:54 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100222010645
location: https://web.archive.org/web/20100222010645/https://github.com/defunkt/github-gem/tree/v0.1.3
server-timing: captures_list;dur=1.163863, exclusion.robots;dur=0.034764, exclusion.robots.policy;dur=0.015728, esindex;dur=0.019567, cdx.remote;dur=25.650924, LoadShardBlock;dur=453.470683, PetaboxLoader3.resolve;dur=262.896625, PetaboxLoader3.datanode;dur=59.837384
x-app-server: wwwb-app203
x-ts: 302
x-tr: 556
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app203; 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: Mon, 25 Aug 2025 00:58:56 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Mon, 22 Feb 2010 01:06:45 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "d0724d70615d0e22f10508f0296ef1a4"
x-archive-orig-x-runtime: 142ms
x-archive-orig-content-length: 24170
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Mon, 22 Feb 2010 01:06:45 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 01 Oct 2008 21:56:18 GMT", ; rel="prev memento"; datetime="Sun, 21 Dec 2008 07:27:04 GMT", ; rel="memento"; datetime="Mon, 22 Feb 2010 01:06:45 GMT", ; rel="last memento"; datetime="Mon, 22 Feb 2010 01:06:45 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_14_20100221234124_crawl102-c/52_14_20100222010627_crawl101.arc.gz
server-timing: captures_list;dur=0.482708, exclusion.robots;dur=0.016281, exclusion.robots.policy;dur=0.007302, esindex;dur=0.010058, cdx.remote;dur=9.476034, LoadShardBlock;dur=678.288063, PetaboxLoader3.resolve;dur=673.025655, PetaboxLoader3.datanode;dur=191.253344, load_resource;dur=227.446057
x-app-server: wwwb-app203
x-ts: 200
x-tr: 970
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
defunkt's github-gem at v0.1.3 - GitHub
This service is courtesy of Pledgie.
defunkt / github-gem
- Source
- Commits
- Network (65)
- Issues (16)
- Graphs
-
Tag:
v0.1.3
click here to add a description
click here to add a homepage
Sending Request…
Enable Donations
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
The official `github` command line helper for simplifying your GitHub experience. — Read more
name | age | message | |
---|---|---|---|
![]() |
.gitignore | Fri May 02 13:37:44 -0700 2008 | add the gemspec, ya heard [defunkt] |
![]() |
LICENSE | Thu Feb 28 01:36:50 -0800 2008 | the manifesto [defunkt] |
![]() |
Manifest | Loading commit data... ![]() |
|
![]() |
README | ||
![]() |
Rakefile | ||
![]() |
bin/ | Sat Mar 01 07:24:08 -0800 2008 | Added a bunch of specs and fixed lots of bugs [halorgium] |
![]() |
commands/ | ||
![]() |
github-gem.gemspec | ||
![]() |
lib/ | ||
![]() |
spec/ |
README
The GitHub Gem ============= This gem'll work hand-in-hand with GitHub's API to help you out. Catch us in the #github room on freenode if you want to get involved. Or just fork and send a pull request. =========== Getting started =========== $ gem install github Run it: $ github <command> <args> ============= Pulling Changes ============= Let's say you just forked `github-gem` on GitHub from defunkt. $ git clone git://github.com/YOU/github-gem.git $ cd github-gem $ github pull defunkt This will setup a remote and branch for defunkt's repository at master. In this case, a 'defunkt/master' branch. If defunkt makes some changes you want, simply `github pull defunkt`. This will leave you in the 'defunkt/master' branch after pulling changes from defunkt's remote. After confirming that defunkt's changes were what you wanted, run `git checkout master` and then `git merge defunkt/master` to merge defunkt's changes into your own master branch. In summary: $ github pull defunkt $ git checkout master $ git merge defunkt/master If you've already reviewed defunkt's changes and just want to merge them into your master branch, use the `merge` flag: $ github pull --merge defunkt ========== Contributors ========== - defunkt - maddox - halorgium - kballard