• Stars
    star
    170
  • Rank 221,636 (Top 5 %)
  • Language
    CSS
  • License
    MIT License
  • Created over 12 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Create visual playback of your commits

git-playback

git-playback is a bash script that creates a visual playback of git commits. Use it like this:

git clone git://github.com/mmozuras/git-playback.git
cd /repository/you/want/to/playback
sh /path/to/git-playback/git-playback.sh file1 file2
open playback.html

Output will be written to playback.html. Use left and right arrows to navigate.

To see a list of available options run git-playback with --help.

Installing

You can also install git-playback to make it work like every other git command. Just run:

make install

This will make 'git playback' available.