| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 23 Dec 2025 15:00:40 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20080516103100
location: https://web.archive.org/web/20080516103100/https://github.com/defunkt/github-gem
server-timing: captures_list;dur=0.835571, exclusion.robots;dur=0.069425, exclusion.robots.policy;dur=0.057237, esindex;dur=0.010812, cdx.remote;dur=25.917239, LoadShardBlock;dur=546.525182, PetaboxLoader3.resolve;dur=172.254739, PetaboxLoader3.datanode;dur=120.080331
x-app-server: wwwb-app244-dc8
x-ts: 302
x-tr: 600
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app244; path=/
x-location: All
x-as: 14061
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: Tue, 23 Dec 2025 15:00:41 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Fri, 16 May 2008 17:31:00 GMT
x-archive-orig-transfer-encoding: chunked
x-archive-orig-connection: close
x-archive-orig-set-cookie: _github_session=BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%250ASGFzaHsABjoKQHVzZWR7AA%253D%253D--05fe545aeb8e6719fb006b3a7474a1d3aeb228a4; path=/
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.78498
x-archive-orig-etag: "e773d026853122162b05a85bf085b10c"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-x_commoncrawl_parsesegmentid: 3614
x-archive-orig-x_commoncrawl_originalurl: https://github.com/defunkt/github-gem
x-archive-orig-x_commoncrawl_urlfp: 5123573997361431494
x-archive-orig-x_commoncrawl_hostfp: 2322381874540480054
x-archive-orig-x_commoncrawl_signature:
x-archive-orig-x_commoncrawl_crawlno: 1
x-archive-orig-x_commoncrawl_fetchtimestamp: 1210959060196
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
x-archive-orig-content-encoding: gzip
memento-datetime: Fri, 16 May 2008 10:31:00 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
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: 1214443365472_6-c/1214443461230_6.arc.gz
server-timing: captures_list;dur=0.458289, exclusion.robots;dur=0.014331, exclusion.robots.policy;dur=0.005914, esindex;dur=0.008484, cdx.remote;dur=6.639176, LoadShardBlock;dur=247.745611, PetaboxLoader3.resolve;dur=152.082970, PetaboxLoader3.datanode;dur=253.547459, load_resource;dur=201.134115
x-app-server: wwwb-app244-dc8
x-ts: 200
x-tr: 517
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
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 master — GitHub
| Description: | The official `github` command line helper for simplifying your GitHub experience. |
| Homepage: | https://github.com |
| Clone URL: |
git://github.com/defunkt/github-gem.git
Give this clone URL to anyone.
git clone git://github.com/defunkt/github-gem.git
|
| 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 | Mon Mar 03 11:46:12 -0800 2008 | move to using Echoe [defunkt] |
| |
README | Fri May 02 13:42:42 -0700 2008 | explain --merge flag [defunkt] |
| |
Rakefile | Tue May 06 00:39:05 -0700 2008 | shooting for a github gem [defunkt] |
| |
bin/ | Sat Mar 01 07:24:08 -0800 2008 | Added a bunch of specs and fixed lots of bugs [halorgium] |
| |
commands/ | Sun May 11 19:37:52 -0700 2008 | Merge branch 'master' of git://github.com/nex3/... [defunkt] |
| |
github-gem.gemspec | Tue May 06 01:39:51 -0700 2008 | wrong gemspec name [defunkt] |
| |
lib/ | Tue May 06 01:13:08 -0700 2008 | line up commands [defunkt] |
| |
spec/ | Sun May 11 00:55:12 -0700 2008 | Be more lenient in accepting SSH urls [kballard] |
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
This feature is coming soon. Sit tight!




