Tagged articles

git log

3 articles · Page 1 of 1
Code of Duty
Code of Duty
May 17, 2026 · Fundamentals

Beyond the Log: How to Read the Story Behind Your Code with Git Log

This guide explains why Git Log is more than a list of commits, showing how to use it as a time‑machine to trace bugs, understand design decisions, spot risky code, and write meaningful commit messages, with practical command examples and real‑world scenarios.

Gitcode historycommit messages
0 likes · 10 min read
Beyond the Log: How to Read the Story Behind Your Code with Git Log
Programmer DD
Programmer DD
Nov 26, 2021 · Operations

Master Clean Git History: 3 Powerful Tricks with commit‑amend and rebase

Learn how to keep your Git log tidy by mastering git commit --amend, interactive rebase, and pull with rebase, enabling you to edit commit messages, squash commits, and maintain a linear history without extra merge nodes, illustrated with practical examples and diagrams.

commit amendgit loginteractive rebase
0 likes · 9 min read
Master Clean Git History: 3 Powerful Tricks with commit‑amend and rebase