Git Commit Creation
My attempt at producing the ultimate guide to creating Git commits that I wish I had when I was a less experienced developer.
Read this post →My attempt at producing the ultimate guide to creating Git commits that I wish I had when I was a less experienced developer.
Read this post →A deep dive about the 7.0.0 release of Git Patch Stack and how it differs from previous versions.
Read this post →An exploration of the goals and intent behind the Git Patch Stack project.
Read this post →An exploration of the Feature Branch, Classic Continuous Integration, Stacked Branch, and the Patch Stack workflows.
Read this post →An exploration of how we eventually got to a place where we create small pull requests.
Read this post →An exploration of how the Git creators use Git and how we should be using it.
Read this post →Introduction to git-cl, a tool we built to facilitate managing CHANGELOG.md files without conflicts.
Read this post →Exploration of problems around pull requests, a proof of concept of a possible direction, and discovery of demand and interest in solutions in this space.
Read this post →Git Commits and Tags are great on their own, except they don't really guarantee identity unless you sign them.
Read this post →A small exploration into discovering and recovering forgotten/abandoned commits.
Read this post →This is a post exploring the "Don't rewrite shared history" rule that people often religiously follow without understanding the impacts or alternates.
Read this post →A walk through in how to Add a Patch in Git Patch Stack
Read this post →An explanation of what to do when git add -p won't let you split hunks.
Read this post →A walk through in how to split a git commit into multiple commits.
Read this post →Beginnings of looking at Git trees and the core components.
Read this post →