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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README.txt | ||
| |
Rakefile | Fri May 23 12:12:33 -0700 2008 | |
| |
app/ | ||
| |
config/ | Tue Jul 29 07:27:00 -0700 2008 | |
| |
gems/ | Sat May 24 13:56:26 -0700 2008 | |
| |
lib/ | ||
| |
log/ | ||
| |
public/ | ||
| |
script/ | ||
| |
spec/ | Fri May 23 12:12:33 -0700 2008 | |
| |
test/ |
=== 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













