Yes. To figure out what happened, and which path it took to get into my repo. Or to see how branches have diverged.
I also recommend it to git newbies, as a tool to understand the state of their repo when something has gone wrong (e.g. they did a bad merge or rebase).
I've been using git for ~15 years and I've also never looked at it visually, except by accident. And yes, this does include working on big repos with lots of other people. Maybe we're the weird ones.
Same reason anyone visualises any data. It makes it easier and quicker to understand (unless it is a mess due to not rebasing & too fine commit granularity).
Snild|1 year ago
I also recommend it to git newbies, as a tool to understand the state of their repo when something has gone wrong (e.g. they did a bad merge or rebase).
kaffekaka|1 year ago
thomasfromcdnjs|1 year ago
kaashif|1 year ago
IshKebab|1 year ago
sschueller|1 year ago
secondcoming|1 year ago