2022-11-28
|~2 min read
|374 words
How can you use Git’s CLI to figure out when a file was initially introduced? When doing so, how do you handle renames? Think of this as…
2022-11-28
|~6 min read
|1108 words
In a recent sprint retrospective, a teammate mentioned that we could help ourselves by adding more context to our pull requests. This got me…
2022-11-28
|~2 min read
|293 words
Recently, I lost a commit. I couldn’t find it anyway. Fortunately, I knew which day I’d made the commit, so in theory, I would be able to…
2022-11-28
|~3 min read
|588 words
Back when I was first learning git, one of the tricks I found was a fantastic alias for information dense git log, which I added to my…
2022-11-28
|~7 min read
|1229 words
In his talk “A Branch In Time” (which I wrote about previously, Tekin Süleyman discussed how an engineer can explore the git history to…