0.0.4 • Published 11 years ago

git-watcher v0.0.4

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

Git-Watcher

Git-Watcher is just a Node.js script that watches a repository for updates (using Node's fs.watch) and then calls "git log" with some prettifying arguments.

It's a tiny tool I built because I wanted to be able to see exactly how I was changing the commit tree when I called git, without needing to repeatedly call "git log".

Usage

Pretty simple.

To install, just sudo cp watcher.js /your/PATH/here/watcher. To run, just cd /dir/to/watch, then watcher!

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago