You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As prev. behavior was pushing without `brach.*.merge` check,
situation like
`r1branch.merge = refs/heads/master`
would end up pushing to remote r1branch.
Which is changed in prev. commits.
New behavior would push to remote master
To comply with tests, this commit enchance `clone_branch_commit_push`
by _explicitly_ resetting branch upstream.
So on push it will create new remote ref, as nothing was configured.
This behavior is expected to happen in `test_remotes_of_branches` test
0 commit comments