mlange-42 / git-graph

Command line tool to show clear git graphs arranged for your branching model
MIT License
565 stars 22 forks source link

watch mode? #77

Open vimkim opened 1 year ago

vimkim commented 1 year ago

This is so amazing!

Any way to support watch mode?

watch -n 2 git-graph

The above command does not support colors, unfortunately...

Rodrigodd commented 1 month ago

This appears to work:

watch -n 2 --color git-graph --color=always