diff --git a/app/src/ui/app.tsx b/app/src/ui/app.tsx index b4491cf1e08..a40d4fb4748 100644 --- a/app/src/ui/app.tsx +++ b/app/src/ui/app.tsx @@ -640,7 +640,7 @@ export class App extends React.Component { // Disable autoupdates so that the app doesn't revert to the desktop/desktop upstream whenever there is an update. } - private updateBranchWithContributionTargetBranch() { + private async updateBranchWithContributionTargetBranch() { const { selectedState } = this.state if ( selectedState == null || @@ -659,6 +659,8 @@ export class App extends React.Component { return } + await this.props.dispatcher.fetch(repository, FetchType.UserInitiatedTask) + this.props.dispatcher.initializeMergeOperation( repository, false,