Git playback is a git
command to play back or step through, commit by commit, the history of any git-controlled file. Its name was inspired by mmozuras/git-playback.
pip install git-playback
To inspect a file ~/repo/path/to/file.py
from the repository ~/repo/
cd ~/repo/
git playback path/to/file.py
and then press the following keys to navigate:
r
ewindp
layb
ack one commitf
orward one commitCtrl
+n
ext lineCtrl
+p
revious lineq
uit