1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-01 00:54:58 +02:00

Added username password detect to git pull

This commit is contained in:
mjarkk
2018-11-02 09:54:54 +01:00
parent 0e53a26d6f
commit 5470bb4121
4 changed files with 35 additions and 16 deletions

View File

@ -84,6 +84,7 @@ func (gui *Gui) waitForPassUname(g *gocui.Gui, currentView *gocui.View, passOrUn
// wait for username/passwords input
waitForGroup.Wait()
_ = gui.switchFocus(g, pushPassUnameView, currentView)
return unamePassMessage
}