add git pull

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-20 21:33:28 -06:00
parent 7a05ee53ab
commit ca5007fa87
1 changed files with 3 additions and 1 deletions

View File

@ -111,7 +111,9 @@ func (rs *RepoStatus) drawGitCommands() {
rs.Update()
})
newgrid.NewLabel("tmp")
newgrid.NewButton("git pull" func() {
log.Warn("Add git pull here")
})
rs.major = gadgets.NewBasicCombobox(newgrid, "major")
rs.major.Custom = func() {