12 min read 0 DevOps git Tools Using a vNext Branching Strategy 04-25-25 I’m a DevSecOps nerd, honestly I’ve always been a big proponant of deployment automation. For me, having git + CI/CD,…
2 min read 0 git Tools Enabling SSH Authentication in a DevContainer 04-01-25 SSH Authentication is a common authentication pattern for using git repos, and it has a lot benefits from a security…
2 min read 0 Commands / Procedures git Setting up SSH Authentication for Github / GHES 02-25-25 So this is a small and quick post for me, and it’s one of those problems that you solve so…
2 min read 0 git Getting Upstream changes on a repo 02-14-25 A common problem I’ve found especially with the work in AI and github is the need to take code, fork…
1 min read 0 git Migrating code from one git repo to another 02-13-25 This is a surprisingly common ask I’ve gotten over the years, if you are moving code around either from public…