https://github.com/kiprasmel/git-at
quickly view a file at a specific point in history (commit-ish)
https://github.com/kiprasmel/git-at
git version
Last synced: about 1 month ago
JSON representation
quickly view a file at a specific point in history (commit-ish)
- Host: GitHub
- URL: https://github.com/kiprasmel/git-at
- Owner: kiprasmel
- License: gpl-2.0
- Created: 2022-01-23T22:27:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T04:32:02.000Z (9 months ago)
- Last Synced: 2025-03-26T16:38:35.182Z (about 2 months ago)
- Topics: git, version
- Language: Shell
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
git-at
======somehow i didn't know that you can do
```
git show :
```to view a file at a specific point in history, until [1].
git-at is just a very simple wrapper script that will
cat the file, place the contents into
/tmp/git-at//,
will remove the write permission
and will open it with your $EDITOR.note it's not POSIX-compliant. PRs welcome.
---
[1] https://youtu.be/ig5E8CcdM9g?t=48m59s
though, if you're looking for intro videos on how git works
internally, [2] might be a better start, and [3] afterwards,
and then [1] - at least that was my order of going thru them.[2] https://youtu.be/lG90LZotrpo
[3] https://youtu.be/P6jD966jzlk