You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These graphs are so beautiful, but I can't figure out how to generate one from the output of git log. Do you have any ideas or directions you could point me in?
Thanks!
The text was updated successfully, but these errors were encountered:
I don't believe there's a single git command that allows for, essentially, reverse-engineering the commands used for generating the graph, nor does grawkit support reading from a more machine-readable format, as it's generally intended for short demonstrations, not full visualizations of repositories.
That said, there might be some way of extracting the commands from git reflog or git ref-list and a bit of shell-fu, as all the information needed is available, it seems, just not in the right format.
These graphs are so beautiful, but I can't figure out how to generate one from the output of
git log
. Do you have any ideas or directions you could point me in?Thanks!
The text was updated successfully, but these errors were encountered: