On Tue, Oct 17, 2023, 09:22 Robert Haas <[email protected]> wrote:
> On Tue, Oct 17, 2023 at 12:18 PM Tom Lane <[email protected]> wrote: > > Robert Haas <[email protected]> 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.
