Skip to content

pgodel/gitdvr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitdvr

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

Installation

git clone git@github.com: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!

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages