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

Unset backport branch's remote from upstream #85

Merged
merged 2 commits into from
Aug 15, 2023

Commits on Jul 31, 2023

  1. Unset backport branch's remote from upstream

    This way the user can easily commit and push further changes to the backport,
    if needed, without having to remember to append their fork's remote name to
    `git push`.
    
    The branch sets the upstream as the remote during `git checkout -b`. This isn't
    a useful default as we push the resulting backport to the user's fork anyway
    and it is never intended to either merge further upstream changes nor to push
    to upstream directly.
    ambv committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4dde3b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Make linter hppy

    ambv committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3063689 View commit details
    Browse the repository at this point in the history