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

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.

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]