mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
Fetch the correct remote branch
This commit is contained in:
@ -341,7 +341,7 @@ func (self *BranchesController) fastForward(branch *models.Branch) error {
|
||||
err := self.git.Sync.Pull(
|
||||
git_commands.PullOptions{
|
||||
RemoteName: branch.UpstreamRemote,
|
||||
BranchName: branch.Name,
|
||||
BranchName: branch.UpstreamBranch,
|
||||
FastForwardOnly: true,
|
||||
},
|
||||
)
|
||||
|
Reference in New Issue
Block a user