mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 11:44:59 +00:00
enhance: navigate to upstream head after fetch, pull, and merge (#1180)
This commit is contained in:
parent
245de9b458
commit
17cf402c78
9 changed files with 60 additions and 12 deletions
|
@ -44,7 +44,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
public bool ShowUpstreamGoneTip
|
||||
{
|
||||
get => Backend is Models.Branch { IsUpsteamGone: true };
|
||||
get => Backend is Models.Branch { IsUpstreamGone: true };
|
||||
}
|
||||
|
||||
public string Tooltip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue