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 (
commit fb7a785963ed20fdcd2fc067c016e1c17a198d84
tree ffa1aef6e0cb193c5edab3ea3853797ed5f1572e
parent 8782859a0a20df930a1e5729382809fc0838aabe
tree ffa1aef6e0cb193c5edab3ea3853797ed5f1572e
parent 8782859a0a20df930a1e5729382809fc0838aabe
gitnub /
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | Wed Mar 12 13:19:07 -0700 2008 | [Caged] |
| |
.gitignore | Thu Mar 13 15:44:28 -0700 2008 | [kballard] |
| |
.gitmodules | Wed Apr 23 00:22:42 -0700 2008 | [Caged] |
| |
ApplicationController.rb | Fri Jun 13 01:29:26 -0700 2008 | [Caged] |
| |
CommitSummaryCell.h | Wed Mar 12 15:45:28 -0700 2008 | [benstiglitz] |
| |
CommitSummaryCell.m | Fri Mar 21 21:15:42 -0700 2008 | [kballard] |
| |
CommitsController.rb | Fri Jun 13 01:44:58 -0700 2008 | [Caged] |
| |
English.lproj/ | Fri Jun 13 01:29:26 -0700 2008 | [Caged] |
| |
GitNub.xcodeproj/ | Fri Jun 06 19:43:14 -0700 2008 | [Caged] |
| |
ImageLoadOperation.rb | Sun May 04 23:40:26 -0700 2008 | [kballard] |
| |
Info.plist | Sat Mar 29 16:39:11 -0700 2008 | [Caged] |
| |
Info.xib | Tue Mar 11 20:50:58 -0700 2008 | [Caged] |
| |
InfoWindowController.rb | Sat Apr 12 13:17:46 -0700 2008 | [Caged] |
| |
LICENSE | Mon Mar 03 17:55:30 -0800 2008 | [Caged] |
| |
NetworkController.rb | Fri Jun 13 01:29:26 -0700 2008 | [Caged] |
| |
README.markdown | Sat Jun 07 16:24:50 -0700 2008 | [Caged] |
| |
Rakefile | Wed May 14 02:16:45 -0700 2008 | [kballard] |
| |
Sparkle.framework/ | Thu Mar 13 00:29:54 -0700 2008 | [dustin] |
| |
TexturedWindow.rb | Mon Mar 03 00:46:13 -0800 2008 | [Caged] |
| |
added.png | Thu Mar 06 02:43:48 -0800 2008 | [Caged] |
| |
commit.html | Fri Mar 21 18:32:40 -0700 2008 | [Caged] |
| |
committer.png | Sat Mar 08 12:08:17 -0800 2008 | [Caged] |
| |
common.png | Thu Mar 06 02:43:48 -0800 2008 | [Caged] |
| |
delete.png | Thu Mar 06 02:43:48 -0800 2008 | [Caged] |
| |
gitnub-icon.icns | Mon Mar 03 18:36:02 -0800 2008 | [Caged] |
| |
lib/ | Wed May 14 12:23:52 -0700 2008 | [Caged] |
| |
main.m | Sat Mar 01 22:25:03 -0800 2008 | [Caged] |
| |
nub | Fri Mar 21 15:09:13 -0700 2008 | [Caged] |
| |
rb_main.rb | Mon Mar 03 17:22:07 -0800 2008 | [Caged] |
| |
style.css | Sat Mar 29 16:39:11 -0700 2008 | [Caged] |
README.markdown
GitNub
A RubyCocoa app for getting quick information for a git repo. Similar to GitK.
Requirements
- Git, RubyCocoa, Leopard, RubyGems, open4
Quick Install
- Move GitNub.app to /Applications
- Move (or symlink) nub shell file to /usr/local/bin
How to Use
In your shell, move to a git directory and invoke nub. You always use this
helper to invoke the application, otherwise you get nothing.
$Caged@caged:~/dev/git/gitnub% nub
Building from Source
- Run
git submodule init&git submodule updatein the root directory. - Run
rake buildor open GitNub.xcodeproj in Xcode - press Build - Run
rake installto move GitNub.app to /Applications and copy nub to /usr/local/bin.
Major Contributors
- Justin Palmer - Maintainer
- Benjamin Stiglitz
- Kevin Ballard
- Dustin Sallings




