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

contrib: Explicitly set remote for backport branches #16804

Merged
merged 1 commit into from
Jul 7, 2021
Merged

contrib: Explicitly set remote for backport branches #16804

merged 1 commit into from
Jul 7, 2021

Commits on Jul 6, 2021

  1. contrib: Explicitly set remote for backport branches

    Before this change, the backporting scripts would correctly push to the
    user's remote, but the default remote for the backport branch was left
    as origin (typically cilium/cilium).
    
    This commit sets the backporting branch's remote to the user's remote,
    so further pushes from the command line (e.g. after adding more commits
    or rebasing) go by default to the correct remote.
    
    Signed-off-by: Tom Payne <tom@isovalent.com>
    twpayne committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    b78f97e View commit details
    Browse the repository at this point in the history