corylus-git / corylus

Git, but a little bit easier
https://corylus.dev
Other
2 stars 0 forks source link

Push to upstream branch with different name silently creates new upstream #83

Closed DerNamenlose closed 1 year ago

DerNamenlose commented 1 year ago

When pushing to an upstream branch with a different name than the local tracking branch, the push silently goes through, but creates a new upstream branch matching the local name instead of pushing the changes to the configured upstream.

DerNamenlose commented 1 year ago

Fixed by db3164f, which was actually the root cause of the issue, because it pushed with an empty upstream branch name