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 Community
dev.to > jjoyneriv > you-installed-git-here-are-the-next-ten-minutes-4gpi

You Installed Git. Here Are the Next Ten Minutes.

1+ hour, 36+ min 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…...

DEV Community
dev.to > jjoyneriv > your-fine-grained-github-token-gets-404-not-403-check-these-four-things-before-the-url-1l99

Your Fine-Grained GitHub Token Gets 404, Not 403. Check These Four Things Before the URL.

1+ hour, 35+ min ago   (398+ words) Your script calls the GitHub API with a fine-grained personal access token and gets 404 Not Found on a repository you can open in the browser. The URL is right. The repository exists. You will spend the next twenty minutes checking…...

DEV Community
dev.to > jjoyneriv > someone-force-pushed-over-main-here-is-the-reflog-nobody-knows-they-have-1d6d

Someone Force-Pushed Over main. Here Is the Reflog Nobody Knows They Have.

1+ hour, 36+ min ago   (423+ words) A colleague pushed a fix to main. Ten minutes later you amended a commit message and ran git push --force. Their commit is no longer reachable from any branch on the server. This is the one Git command that can…...

DEV Community
dev.to > dvlpr1996 > linux-common-commands-every-developer-should-know-4l2o

Linux common commands every developer should know

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

6+ hour, 6+ 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

10+ hour, 34+ 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)

12+ hour, 43+ 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

16+ hour, 44+ 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!

17+ hour, 41+ 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

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