1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-25 04:43:08 +03:00

get remote branches when getting remotes

This commit is contained in:
Jesse Duffield
2019-11-16 16:00:47 +11:00
parent eeb667954f
commit 325408d0e3
3 changed files with 71 additions and 37 deletions

View File

@@ -17,6 +17,7 @@ type Branch struct {
Recency string
Pushables string
Pullables string
Hash string
Selected bool
}