https://github.com/bashofmann/git_commit_walker
Small script that walks through all commits of a given git branch and pauses after each checkout. Ideal for live programming presentations.
https://github.com/bashofmann/git_commit_walker
Last synced: 10 months ago
JSON representation
Small script that walks through all commits of a given git branch and pauses after each checkout. Ideal for live programming presentations.
- Host: GitHub
- URL: https://github.com/bashofmann/git_commit_walker
- Owner: bashofmann
- Created: 2011-04-26T07:20:02.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2013-09-11T09:05:37.000Z (almost 13 years ago)
- Last Synced: 2025-07-06T17:45:45.263Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 95.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Small script that walks through all commits of a given git branch and pauses after each checkout. Ideal for live programming presentations.
The script resets and cleans the current working tree and index!
Usage
-----
sh git_commit_walker.sh /path/to/repository branch_name [start_commit_short_hash]