1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

prompt to set upstream when pulling on untracked branch

prompt to set upstream when pulling on untracked branch
This commit is contained in:
Jesse Duffield
2019-11-13 21:16:24 +11:00
parent b662362570
commit f43ba728e3
5 changed files with 37 additions and 5 deletions

View File

@ -136,7 +136,7 @@ func (gui *Gui) GetInitialKeybindings() []*Binding {
ViewName: "",
Key: 'p',
Modifier: gocui.ModNone,
Handler: gui.pullFiles,
Handler: gui.handlePullFiles,
Description: gui.Tr.SLocalize("pull"),
}, {
ViewName: "",