Use PushRemoteURL instead of RemoteURL in prSelectorForCurrentBranch
This commit is contained in:
parent
4a9fd9508f
commit
d289ddd617
3 changed files with 8 additions and 8 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue