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 !
git-visual / README.txt
100644 21 lines (17 sloc) 0.603 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
=== 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