Skip to content
Snippets Groups Projects
  • Jason Karns's avatar
    07efe1e7
    bump-formula-pr now creates non-tracking branches · 07efe1e7
    Jason Karns authored
    Without `--no-track`, some git setups may automatically set
    `origin/master` as the tracked upstream for the newly created branch.
    This upstream is what hub defaults as --head when opening PRs. By not
    allowing git to set `origin/master` as upstream, hub can then use the
    proper --head for the PR.
    
    Since hub still needs to know what --head is intended to be, we can set
    the branch's upstream when pushing: with the --set-upstream option.
    
    Fixes #755
    07efe1e7
    History
    bump-formula-pr now creates non-tracking branches
    Jason Karns authored
    Without `--no-track`, some git setups may automatically set
    `origin/master` as the tracked upstream for the newly created branch.
    This upstream is what hub defaults as --head when opening PRs. By not
    allowing git to set `origin/master` as upstream, hub can then use the
    proper --head for the PR.
    
    Since hub still needs to know what --head is intended to be, we can set
    the branch's upstream when pushing: with the --set-upstream option.
    
    Fixes #755
Code owners
Assign users and groups as approvers for specific file changes. Learn more.