Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 660 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 660 Bytes

gitdvr

gitdvr is an utility to replay commits. Very useful for doing presentations

Installation

git clone [email protected]:pgodel/gitdvr.git
cd gitdvr
php composer.phar install

Usage

gitdvr.php [path] [start_point] [branch]

gitdvr will read all commits of the branch (master by default), and start at the HEAD of the branch. You can specify the path of the git repository or run the command from the current directory.

You can move through the commits with: 1: previous commit 2: next commit

Press 0 or ctrl-c to quit.

DISCLAIMER

USE AT YOUR OWN RISK. I am NOT responsible if you lose data!