On Tue, Oct 17, 2023 at 12:18 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > Robert Haas <robertmhaas@gmail.com> writes: > Is that actually possible? I had the idea that "git push" is an > atomic operation, ie 100% or nothing. Is it only atomic per-branch?
I believe so.
Git push does have an --atomic flag to treat the entire push as a single operation.