This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install defunkt-github
commit 7f39a5ca561850448e27c7fcd2f3cf345ef8f996
tree 2be6ecd7074e27fec43df0237952eeaf124a4cb8
parent 8d937fca29fb906cc0d0c32cef3ca351f2e64658 parent f95d5b7a1bc146d8031cbb699ae999cfaa641077
tree 2be6ecd7074e27fec43df0237952eeaf124a4cb8
parent 8d937fca29fb906cc0d0c32cef3ca351f2e64658 parent f95d5b7a1bc146d8031cbb699ae999cfaa641077
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri May 02 13:37:44 -0700 2008 | [defunkt] |
| |
LICENSE | Thu Feb 28 01:36:50 -0800 2008 | [defunkt] |
| |
Manifest | Sun May 18 23:22:14 -0700 2008 | [kballard] |
| |
README | Thu Jun 12 18:01:09 -0700 2008 | [defunkt] |
| |
Rakefile | Fri Jun 06 13:09:02 -0700 2008 | [kballard] |
| |
bin/ | Sat Mar 01 07:24:08 -0800 2008 | [halorgium] |
| |
commands/ | Sat May 31 19:48:18 -0700 2008 | [kballard] |
| |
github-gem.gemspec | Sun May 18 23:25:33 -0700 2008 | [kballard] |
| |
lib/ | Sat May 31 19:15:14 -0700 2008 | [kballard] |
| |
spec/ | Sat May 31 19:48:18 -0700 2008 | [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 defunkt-github -s http://gems.github.com 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




