Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote: Push, add atomic to push options #406

Merged
merged 2 commits into from Dec 10, 2021

Commits on Nov 3, 2021

  1. Add Atomic to push options

    push --atomic allows a push to succeed or fail atomically. If one ref
    fails, the whole push fails. This commit allows the user to set Atomic
    as an option for a push.
    John Cai committed Nov 3, 2021
    Copy the full SHA
    589a41c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Copy the full SHA
    fe158cd View commit details
    Browse the repository at this point in the history