git remote add temp file:///path/to/git/repo
echo "[" > data.json; git log temp/master --pretty=oneline --reverse | awk '{print "{"commit":"" $1 "","msg":"" substr(
copy main.go to repo
go run main.go
Replay a git repo into another by cherry-picking
git remote add temp file:///path/to/git/repo
echo "[" > data.json; git log temp/master --pretty=oneline --reverse | awk '{print "{"commit":"" $1 "","msg":"" substr(
copy main.go to repo
go run main.go
Replay a git repo into another by cherry-picking