public
Description: A merb web app, run locally, to visually manage your git project from a web interface.
Homepage:
Clone URL: git://github.com/dcparker/git-visual.git
Click here to lend your support to: git-visual and make a donation at www.pledgie.com !
name age message
file .gitignore Mon May 26 11:47:36 -0700 2008 Modified .gitignore [dcparker]
file README.txt Mon Aug 25 09:46:14 -0700 2008 sudos [dcparker]
file Rakefile Fri May 23 12:12:33 -0700 2008 Initial import [dcparker]
directory app/ Thu Jul 10 21:43:28 -0700 2008 took a logger out [dcparker]
directory config/ Tue Jul 29 07:27:00 -0700 2008 need rack.rb to specify public dir. [dcparker]
directory gems/ Sat May 24 13:56:26 -0700 2008 Added ruby-git gem, niced up the view, showing ... [dcparker]
directory lib/ Thu May 29 10:59:44 -0700 2008 Adding decolorize.rb to parse color codes from ... [dcparker]
directory log/ Tue Jun 24 22:39:28 -0700 2008 Changed default repo. [dcparker]
directory public/ Wed May 28 18:10:44 -0700 2008 Improved the visual side of index [dcparker]
directory script/ Mon Aug 25 09:41:22 -0700 2008 Fixed the install. [dcparker]
directory spec/ Fri May 23 12:12:33 -0700 2008 Initial import [dcparker]
directory test/ Fri May 23 12:12:33 -0700 2008 Initial import [dcparker]
README.txt
=== Description

* git-visual, a browser-based visualized git toolbox using merb and the ruby-git rubygem

=== Usage

Install the app:
  cd ~/Sites
  git clone git://github.com/dcparker/git-visual.git
  sudo cp git-visual/script/git-visual /usr/local/bin
Make sure /usr/local/bin is in your $PATH:
  * to view the path:
    echo $PATH
  * to add to the path:
    export PATH="/usr/local/bin:$PATH"
  * to make sure this remains in the path:
    echo "" >> ~/.profile
    echo "export PATH=\"/usr/local/bin:$PATH\"" >> ~/.profile
Navigate to your nearest git repository and type the command
  git-visual