Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/purcell/git-timemachine

Step through historic versions of git controlled file using everyone's favourite editor
https://github.com/purcell/git-timemachine

Last synced: 3 days ago
JSON representation

Step through historic versions of git controlled file using everyone's favourite editor

Awesome Lists containing this project

README

        

# Git time machine

## Usage

Drop git-timemachine.el somewhere in your `load-path`.

Visit a git-controlled file and issue `M-x git-timemachine` (or
bind it to a keybinding of your choice).

Use the following keys to navigate historic version of the file
- `p` Visit previous historic version
- `n` Visit next historic version
- `w` Copy the hash of the current historic version
- `q` Exit the time machine.