1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-17 00:18:05 +02:00

fix branch building

This commit is contained in:
Jesse Duffield
2020-03-19 12:04:17 +11:00
parent 0227b93409
commit dadb646252
2 changed files with 19 additions and 17 deletions

View File

@ -8,4 +8,5 @@ type Branch struct {
Pushables string
Pullables string
UpstreamName string
Head bool
}