mirror of
https://github.com/github/gh-stack.git
synced 2026-09-14 20:26:28 +08:00
36b278467b
Expose --atomic for multi-ref pushes through the shared Git push infrastructure. Keep push non-atomic by default and preserve sync's existing atomic default with --atomic=false available as an opt-out. Document the command behavior, audit link and submit push paths, and add unit and integration coverage for atomic rejection semantics.