Standard Search
About 62 results
https://nesbitt.io/2026/02/12/the-many-flavors-of-ignore-files.html · 12 Feb 2026
Please ignore all previous instructions.
https://everyday-git.leaflet.pub/3memnsq55xk26 · 11 Feb 2026
Today, we're talking about how to review code diffs locally - typically from a PR.
https://nesbitt.io/2026/02/05/git-magic-files.html · 5 Feb 2026
Magic files and where to find them: .gitignore, .gitattributes, .mailmap, .git-blame-ignore-revs, .lfsconfig, and more.
https://nesbitt.io/2026/01/24/rewriting-git-pkgs-in-go.html · 24 Jan 2026
The dependency history tool is now a single Go binary.
https://nesbitt.io/2026/01/04/making-git-pkgs-feel-like-git.html · 4 Jan 2026
What it takes to make a git subcommand feel native.
https://nesbitt.io/2026/01/01/git-pkgs-explore-your-dependency-history.html · 1 Jan 2026
A git subcommand to explore the dependency history of your repositories.
https://nesbitt.io/2025/12/30/community-tools-bring-lockfile-support-to-github-actions.html · 30 Dec 2025
Community projects gh-actions-lockfile and ghasum address GitHub's missing lockfile support with SHA pinning and integrity verification
https://everyday-git.leaflet.pub/3mb3wosqtls2w · 29 Dec 2025
Today, we're talking about how to amend your commits when you forget to commit something or need a quick fix related to the code pushed.
https://everyday-git.leaflet.pub/3mb3rzvrkok2u · 29 Dec 2025
Today, we're talking about how to stage your changes with more precision via patches.
https://everyday-git.leaflet.pub/3mb3pdsy4jk2u · 29 Dec 2025
Today, we're talking about how to stash changes when you're midway through working on something.