Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.268 ·

Push-default remote detection now returns multiple candidate remotes

Git push permission rules can now include both origin and a custom pushDefault remote at once

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindImprovementsin v2.1.268,
You'll notice

Git push permission rules can now include both origin and a custom pushDefault remote at once

What

When Claude Code figures out which git remotes to grant push permission for (so it can suggest a rule like git push origin *), it now returns multiple candidate remotes instead of picking just one. It includes origin when present, plus whatever remote is configured as remote.pushDefault, as long as that name fits an expected naming pattern.

Why

Repos that push to both origin and a separate configured push remote (like a fork or an upstream) now get permission rules covering both, instead of Claude Code having to choose only one and potentially still prompting for the other.

Read from
Names in the bundleremote.pushDefault

See this entry in the whole of v2.1.268 →

Feedback