mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-13 05:15:53 +02:00
better upstream tracking and allow renaming a branch
This commit is contained in:
parent
2169b5109f
commit
1be0ff8da7
12 changed files with 222 additions and 146 deletions
|
@ -3,8 +3,9 @@ package commands
|
|||
// Branch : A git branch
|
||||
// duplicating this for now
|
||||
type Branch struct {
|
||||
Name string
|
||||
Recency string
|
||||
Pushables string
|
||||
Pullables string
|
||||
Name string
|
||||
Recency string
|
||||
Pushables string
|
||||
Pullables string
|
||||
UpstreamName string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue