Skip to content

legolin/git-visual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=== Description

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

=== Usage

Install the app:
  git clone git://github.com/dcparker/git-visual.git
  cd git-visual/script
  cp 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

About

A merb web app, run locally, to visually manage your git project from a web interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages