Use PushRemoteURL instead of RemoteURL in prSelectorForCurrentBranch

This commit is contained in:
Tyler McGoffin 2025-01-15 16:21:06 -08:00
parent 4a9fd9508f
commit d289ddd617
3 changed files with 8 additions and 8 deletions

View file

@ -456,6 +456,7 @@ func parseBranchConfig(branchConfigLines []string, remotePushDefault string, rev
// push remote ref is the same as the remote ref. This is likely
// a "centralized" workflow.
cfg.PushRemoteName = cfg.RemoteName
cfg.PushRemoteURL = cfg.RemoteURL
}
}