Code Review & Git Flow

Branch strategies, PR hygiene, merge queues, and trunk-based development.

  • 2 Tracked terms
  • Last 30 days Feed window

Where the coverage comes from

The 47 sources publishing most on Code Review & Git Flow over the last 30 days, out of 264 articles in the feed. Click a source for its articles on this topic and its profile.

  1. 1 @Thepracticaldev dev.to 189 articles 5+ hour ago 98%
  2. 2 @Medium medium.com 14 articles 4+ hour ago 71%
  3. 3 @Hackernoon hackernoon.com 4 articles 1+ week ago 75%
  4. 4 @Startearly_Ai startearly.ai 4 articles 5+ day ago 100%
  5. 5 @Devopsdotcom devops.com 3 articles 3+ day ago 100% 1
  6. 6 Tech Insider tech-insider.org 3 articles 3+ day ago 0%
  7. 7 @Analyticsinme analyticsinsight.net 2 articles 4+ day ago 100%
  8. 8 The Github Blog github.blog 2 articles 3+ week ago 100%
  9. 9 @Github github.com 2 articles 3+ week ago 0%
  10. 10 Infoq infoq.com 2 articles 1+ week ago 100%
  11. 11 @Thenewstack thenewstack.io 2 articles 2+ week ago 100%
  12. 12 Trend Hunter trendhunter.com 2 articles 3+ week ago 100%

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 Community
dev.to > dvlpr1996 > linux-common-commands-every-developer-should-know-4l2o

Linux common commands every developer should know

5+ hour, 24+ min ago   (159+ words) The command line is one of the most powerful and efficient ways to interact with Linux systems. For developers, knowing the commands can make tasks much faster and easier. This article provides a reference of useful Linux commands for developers....

Medium
medium.com > @decoding_ai_by_nureravi > we-measured-31-074-commits-looking-for-the-ai-cleanup-tax-it-isnt-there-b05170f8ea32

We Measured 31,074 Commits Looking for the AI Cleanup Tax. It Isn’t There.

4+ hour, 20+ min ago   (698+ words) Agent-authored commits pull a human back to the same file 73.3% of the time within 7 days. Human commits: 71.0%. 11 repos, measured 12 Sep 2026....

DEV Community
dev.to > techlab_7968 > hold-shared-sandbox-work-behind-a-promotion-lane-21m2

Hold Shared Sandbox Work Behind a Promotion Lane

8+ hour, 48+ min ago   (1257+ words) Shared free compute is not a merge queue. Agent output on a borrowed server still needs a named owner. A sealed replay kit must exist before anyone ships. A human stamp still sits between sandbox and repo. Teams skip that…...

DEV Community
dev.to > devxdh > why-ai-coding-agents-break-git-and-how-edio-fixes-it-in-under-5-milliseconds-2loi

Why AI Coding Agents Break Git (And How edio Fixes It in Under 5 Milliseconds)

10+ hour, 57+ min ago   (23+ words) Here is a scenario every developer using Claude Code, Cursor, or Aider knows too well: You prompt... Tagged with tooling, ai, go, git....

DEV Community
dev.to > kamon-shellcraft > lazygits-m-key-hides-four-merge-options-heres-the-git-history-each-one-leaves-behind-4pg

Lazygit's M Key Hides Four Merge Options — Here's the Git History Each One Leaves Behind

14+ hour, 59+ min ago   (365+ words) The lazygit TUI gives four merge options via the M key. Each runs the same merge, but leaves a different commit graph. I reproduced each one in a throwaway repo and read the graphs. Here's each option, what it does…...

DEV Community
dev.to > rosgluk > choosing-free-on-prem-git-server-gitea-is-the-winner-32a7

Choosing free on-prem git server - Gitea is the winner!

15+ hour, 56+ min ago   (414+ words) Wanting to move your projects away from open cloud git providers and thinking of self-hosting internal git server locally? This guide is part of Developer Tools: The Complete Guide to Modern Development Workflows. Running your own git server shouldn't be…...

DEV Community
dev.to > satvik_mishra_72/35/73792a7 > i-built-basalt-to-turn-any-github-repository-into-an-architecture-diagram-in-seconds-1h6

I Built Basalt to Turn Any GitHub Repository Into an Architecture Diagram in Seconds

21+ hour, 5+ min ago   (586+ words) There is a strange ritual that almost every software engineer eventually becomes familiar... Tagged with architecture, github, showdev, tools....

LinuxForDevices
linuxfordevices.com > tutorials > linux > rename-a-directory

Rename a Directory in Linux: 3 Methods

1+ day, 2+ hour ago   (975+ words) You run ls, see old_project, and you want it to be new_project without touching the files inside. Linux has no standalone rename step for directories, so you reuse the move operation with a new name, which means a single mv call does…...

DEV Community
dev.to > day_b3fa2204948ded3059f6f > claude-code-deletes-clean-worktrees-on-exit-without-asking-git-worktree-lock-stops-it-ej

Claude Code deletes clean worktrees on exit without asking. git worktree lock stops it.

1+ day, 4+ hour ago   (626+ words) Tested on Claude Code 2.1.263, git 2.52.0, macOS. You start an isolated session: You read some code, maybe run a few commands, and then /exit. You never picked "Remove worktree". But: If you blink you see Cleaning up worktree (no pending changes)…...

@phoronix
phoronix.com > news > Git-2.56-rc0

Git 2.56-rc0 Released With Updated Contribution Guidelines, Improvements For Swift

1+ day, 17+ hour ago   (207+ words) While still ultimately working toward Git 3.0 with SHA-256 hashes by default and the "main" branch name by default, among other breaking changes (and potentially coming around the end of 2026), Git 2.56-rc0 is now available for testing... - Categories Computers Display Drivers Graphics…...