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

cherry-pick: Only fetch if remote branch doesn't exist #169

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 13, 2024

  1. cherry-pick: Only fetch if remote branch doesn't exist

    Cherry-pick was updated to fetch if the branch doesn't
    exist, but this could fetch unnecessarily if the remote
    branch exists locally but namespaced in the remote.
    
    Make this more clear with 3 paths:
    - branch exists locally
    - branch doesn't exist but remote version of it does (no fetch needed)
    - neither of the above exists, will attempt to fetch
    jerry-skydio committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    5547b89 View commit details
    Browse the repository at this point in the history