Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/purcell/git-timemachine
- Owner: purcell
- License: gpl-3.0
- Created: 2014-07-02T13:31:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T07:22:52.000Z (over 10 years ago)
- Last Synced: 2024-12-02T18:11:17.036Z (2 months ago)
- Size: 173 KB
- Stars: 7
- Watchers: 3
- 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.