1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-23 16:22:24 +03:00

trying to use gogit with branches from remotes

This commit is contained in:
Jesse Duffield
2019-11-16 15:29:02 +11:00
parent 8aa1062e06
commit eeb667954f
2 changed files with 23 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ type Remote struct {
Name string
Urls []string
Selected bool
Branches []*Branch
}
// GetDisplayStrings returns the display string of a remote