Taxonomy
Tag: git
All the articles with the tag "git".
-
Git Worktrees Are Great Until You Forget Which One You're Running
My code changes weren't showing up. Turns out I was running the app from the wrong worktree. So I built a fzf plugin to fix that.
-
The downfalls of environment branching patterns
Explore CI/CD pitfalls of environment-specific branches and discover how trunk-based development and binary promotion streamline your DevOps workflow.
-
GitHub Repository Settings as Code: Automate Branch Protection
Codify your GitHub repository settings to streamline configuration, track changes, and enforce branch protection policies without manual admin access.
-
How to Compare Git Diffs Across Multiple Commits in Git
Learn how to diff changes across multiple commits in Git and Azure DevOps. Compare file changes over time with these practical diffing techniques and examples.