Skip to content

Instantly share code, notes, and snippets.

@stand-sure
Last active June 1, 2023 15:15
Show Gist options
  • Save stand-sure/d26757c40bf3508af79afa61ff8aef2b to your computer and use it in GitHub Desktop.
Save stand-sure/d26757c40bf3508af79afa61ff8aef2b to your computer and use it in GitHub Desktop.
Git graph to HTML
#!/bin/bash
script -q -c "git --no-pager log --decorate --graph --format='%C(auto,#aa5500) %h %C(auto,#55ff55) (%an %GK %G?) %Creset %s %cr %C(auto,#ffff55) %d' --date=relative --all --remotes=* -n 100" ../graph.txt && \
ansi2html < ../graph.txt > ../graph.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment