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
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…...
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…...
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…...
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....
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....
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…...
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....
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…...
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…...
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....