mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-05 23:50:39 +03:00
add new diff mode
WIP WIP WIP WIP WIP WIP WIP
This commit is contained in:
@@ -5,3 +5,7 @@ type RemoteBranch struct {
|
||||
Name string
|
||||
RemoteName string
|
||||
}
|
||||
|
||||
func (r *RemoteBranch) FullName() string {
|
||||
return r.RemoteName + "/" + r.Name
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user