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: 23 days ago
JSON representation
Step through historic versions of git controlled file using everyone's favourite editor
- Host: GitHub
- URL: https://github.com/purcell/git-timemachine
- Owner: purcell
- License: gpl-3.0
- Created: 2014-07-02T13:31:04.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T07:22:52.000Z (almost 11 years ago)
- Last Synced: 2025-03-25T03:35:06.508Z (about 1 month ago)
- Size: 173 KB
- Stars: 7
- Watchers: 2
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.