Install
Code Review & Git Flow
Branch strategies, PR hygiene, merge queues, and trunk-based development.
- 2 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Code Review & Git Flow
My CSV diff tool reported a new row as removed, and its self-test cannot run
51+ min ago (749+ words) Last week I compared two CSV snapshots of a price table, one export from staging, one from production, with a tool from my lab: csv-key-diff. It takes two CSVs, a key column, and returns a JSON object with added, removed…...
Terragrunt Parallel Apply in GitHub Actions: 2.7?? Faster
7+ hour, 18+ min ago (1258+ words) We replaced that file with a dependency graph and added parallel apply to our GitHub Actions pipeline. Over three and a half months, 355 parallel rollouts took 64 hours in total. Applying the same modules serially would have taken an estimated 171 hours:…...
What Is Cursor Origin? The Git Host Built for AI Agents (2026)
6+ hour, 20+ min ago (537+ words) TL;DR - Last verified: 2026-08-22 Origin is also notable as Cursor's first product launch as a fully owned SpaceX subsidiary. SpaceX's bid for Cursor, reported at $60 billion, formally closed on August 14, 2026, three days before Origin shipped, according to The New Stack....
VS Code vs Cursor Remote Dev: 12-Step SSH Setup
8+ hour, 2+ min ago (1661+ words) If you already migrated from VS Code to Cursor or wired up MCP servers, this guide fills the gap those left behind: how to keep a heavy AI editor usable when your code, your Docker daemon, and sometimes your GPU…...
I Pinned 31 GitHub Actions to Commit SHAs. One Major Tag Was Two Versions Stale.
9+ hour, 24+ min ago (552+ words) Yesterday I pinned 31 GitHub Actions to commit SHAs for a set of workflows I was packaging. Every SHA was resolved from the upstream repository rather than copied from a README or a tutorial, and the process turned up three things…...
I built DevRecap: an open-source Codex Skill that reconstructs what you actually worked on
12+ hour, 41+ min ago (542+ words) After using coding agents more heavily, I kept running into the same problem: At the end of the week, I could remember the commits, but not the full story of what I had actually worked on. Git is great at…...
Stash 1.3.1 is out
14+ hour, 10+ min ago (22+ words) Stash.exe now runs the app in its own process: no hidden PowerShell, no code compiled at startup.... Tagged with windows, showdev, productivity....
Aged GitHub Accounts: Understanding Account Age and GitHub Profiles
10+ hour, 42+ min ago (1275+ words) ╰┈➤ Telegram: @realusaservice24 ╰┈➤ Whatsapp: +1 (313) 771–3162 An aged GitHub account generally refers to a GitHub profile that has existed for an extended period. The account may have been created several years ago and could potentially contain a history of repositories, commits, contributions, issues, pull…...
I Built a Local Git Diff Explainer With Ollama So My PRs Stop Sounding Like a Robot
21+ hour, 21+ min ago (493+ words) I write better code than I write PR summaries. That is not a flex. It is a confession. Most of my commit messages used to look like “fix stuff or a paste of git diff --stat into a cloud chat…...
Built a Repository for Student Offers
1+ day, 5+ hour ago (344+ words) As a student, I kept finding useful student offers randomly — sometimes through GitHub, sometimes from a friend, and sometimes from a post I happened to come across. Free developer tools, AI tools, cloud credits, design software, premium plans, learning platforms…...