|
|
|
@ -21,7 +21,7 @@ export const PushPull = () => { |
|
|
|
|
setRemoteBranch(context.currentBranch.name) |
|
|
|
|
setLocalBranch(context.currentBranch.name) |
|
|
|
|
|
|
|
|
|
let currentUpstreamIsInRemotes = context.upstream && context.remotes.find(r => r.name === context.upstream.name) |
|
|
|
|
const currentUpstreamIsInRemotes = context.upstream && context.remotes.find(r => r.name === context.upstream.name) |
|
|
|
|
if (!context.upstream || !currentUpstreamIsInRemotes) { |
|
|
|
|
if (context.currentBranch && context.currentBranch.remote && context.currentBranch.remote.name) { |
|
|
|
|
actions.setUpstreamRemote(context.currentBranch.remote) |
|
|
|
|