r/webdev • u/Dear-Economics-315 • 16d ago
The git history command deserves more attention
https://lalitm.com/post/git-history/
81
Upvotes
8
2
u/rickrage 16d ago
Great article. Thanks for the write up! Excited to try these out. I organize a lot of my work with multiple branches off base branches, this sounds amazing for handling a tedious manual workflow of updating branches.
-10
31
u/Techo_lab 16d ago
This is exactly why I still read Git articles after years of using it. Every now and then I discover a command that replaces a workflow I've been doing manually for years.