Post #4183841
2026-07-29 05:34 UTC
@asgrim@phpc.social nice! And I 100% agree.
I’ve configure `git lg` to also display the date and authors: https://github.com/gnugat/dotfiles/blob/93ad73ef828d3bc29e97325768e5f465dc9bfd9c/201-git/config/config#L38
In terms of merging strategy, I’m also a big fan of rebasing before merge, so the graph doesn’t look tangled. This is at the cost of losing the true dates, but makes it easier to read a merged branch history
Replies (1)
-
@asgrim@phpc.social 2026-07-29 05:57
@loicfaugeron@phpc.social I like it! 🤘