mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
refreshing files if there's an error while pulling because chances are it's a merge conflict
This commit is contained in:
parent
087cc7362a
commit
e059a87ae2
1 changed files with 1 additions and 1 deletions
|
@ -250,10 +250,10 @@ func pullFiles(g *gocui.Gui, v *gocui.View) error {
|
||||||
} else {
|
} else {
|
||||||
closeConfirmationPrompt(g)
|
closeConfirmationPrompt(g)
|
||||||
refreshCommits(g)
|
refreshCommits(g)
|
||||||
refreshFiles(g)
|
|
||||||
refreshStatus(g)
|
refreshStatus(g)
|
||||||
devLog("pulled.")
|
devLog("pulled.")
|
||||||
}
|
}
|
||||||
|
refreshFiles(g)
|
||||||
}()
|
}()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue