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 (
Installing or Building GitNub
Requirements
- OS X Leopard 10.5
- Open4 `gem install open4`
- You may have to do `sudo /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/gem install open4` if you’re using macports ruby or otherwise not the default os x ruby
Installing from the distribution
- Copy GitNub.app to /Applications/*
- Copy the nub binary to /usr/local/bin or somewhere else in your path.
Building From Source
- git clone git://github.com/Caged/gitnub.git
- cd gitnub
- git submodule init
- git submodule update
- Open the GitNub.xcodeproj in XCode and press build
OR run `xcodebuild` in the root directory
OR run ‘rake build’ - Move ./build/Release/GitNub.app to /Applications
OR symlink with ‘ln -s build/Release/GitNub.app /Applications/GitNub.app’ - Move the nub shell script to /usr/local/bin (or symlink it somewhere)
Run from Source
- git clone git://github.com/Caged/gitnub.git
- cd gitnub
- git submodule init
- git submodule update
- Open the GitNub.xcodeproj in XCode and press “Build and Go”
OR run ‘rake run’
Setting up network branch visualization (github-hosted repos only)
Look at the ‘network’ page of the repo, the one that looks like this:
- http://github.com/#{@github_user}/#{@github_repo}/network
Then within your repo, run
- git config github.user GITHUB_USER
- git config github.repo GITHUB_REPO
(using the values from the URL above). For more see Integration with Github






