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:
@@ -5,6 +5,7 @@ type Remote struct {
|
||||
Name string
|
||||
Urls []string
|
||||
Selected bool
|
||||
Branches []*Branch
|
||||
}
|
||||
|
||||
// GetDisplayStrings returns the display string of a remote
|
||||
|
||||
Reference in New Issue
Block a user