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.

Latest in Code Review & Git Flow


dev.to > protagonistlabs > stash-131-is-out-2f3p

Stash 1.3.1 is out

1+ hour, 21+ 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....


medium.com > @prakash.cyberinfosec > i-built-a-local-git-diff-explainer-with-ollama-so-my-prs-stop-sounding-like-a-robot-9adc219576bc

I Built a Local Git Diff Explainer With Ollama So My PRs Stop Sounding Like a Robot

8+ hour, 32+ 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…...


dev.to > nk2552003 > built-a-repository-for-student-offers-58b2

Built a Repository for Student Offers

16+ hour, 29+ min 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…...


dev.to > tessainsley > multi-repo-ai-review-a-context-problem-not-a-volume-problem-120

Multi-repo AI review: a context problem, not a volume problem

18+ hour, 54+ min ago   (1117+ words) Most buyers asking which AI code review tool fits a large engineering team with multiple repositories are still given a long list of PR scanners. That list answers the wrong question. Review across many repos stops being a volume problem…...


refolk.ai > blog > octoverse-2025-github-sourcing-filters

Octoverse 2025 Flipped GitHub: Rebuild Your Sourcing Boolean

21+ hour, 10+ min ago   (771+ words) Octoverse 2025 put India ahead of the US on GitHub contributors. Here are the density, timezone, and LLM-SDK filters that replace location:United States. India overtook the United States as GitHub's largest contributor base in 2025, with 21.9M contributors to the US's 28M developers…...


dev.to > morganintech > securely-merging-pull-requests-from-public-contributors-3kl5

Securely Merging Pull Requests from Public Contributors

23+ hour, 21+ min ago   (488+ words) How can maintainers safely test forked PRs without exposing sensitive data to potentially untrusted code? This article explores how on forked pull requests authored by public code contributors, with no elevated permissions from repository / organization roles, can be securely merged....


sgl-project.github.io

AuK - sgl-project.github.io

4+ day, 20+ hour ago   (427+ words) AuK and AuK-Flash support instruction-driven speech generation and editing. They share a four-stage pipeline: preprocessing → conditioning → DiT sampling → VAE decoding. AuK-Flash is the DMD-distilled four-step recipe. The released checkpoints use: Frozen Qwen2.5-Omni-3B Thinker, text and audio only Flux-style MMDiT: 10 double-stream…...


dev.to > sergey_shinder_ab2d943365 > each-pull-request-was-tested-against-a-main-that-no-longer-existed-j18

Each pull request was tested against a main that no longer existed

1+ day, 3+ hour ago   (786+ words) A payment call started timing out in production about an hour after a Thursday merge. The change that broke it had been reviewed, approved and green. So had the change it collided with. Neither of them was wrong on its…...


dev.to > sumonta056 > i-built-a-vscode-extension-git-worktree-switcher-2ecc

I built a VSCode extension: Git Worktree Switcher

1+ day, 7+ hour ago   (228+ words) Over the past few months, I’ve been exploring agentic AI development and working on multiple features and projects in parallel using git worktrees. There are already great tools for working with Git worktrees like Conductor, cmux, and Orca ADE. If…...


dev.to > jjoyneriv > you-installed-git-here-are-the-next-ten-minutes-4gpi

You Installed Git. Here Are the Next Ten Minutes.

1+ day, 17+ hour ago   (304+ words) "Install Git on Windows" is the query that brings more people to my site than any other. The install pages get the traffic, and then everyone leaves — because installing Git is not the hard part. Knowing what to type in…...