mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-07 01:09:45 +02:00
allow getting the current item generically
This commit is contained in:
@ -13,3 +13,7 @@ func (r *RemoteBranch) FullName() string {
|
||||
func (r *RemoteBranch) RefName() string {
|
||||
return r.FullName()
|
||||
}
|
||||
|
||||
func (r *RemoteBranch) ID() string {
|
||||
return r.RefName()
|
||||
}
|
||||
|
Reference in New Issue
Block a user