mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-07 20:04:59 +00:00
code_review: PR #1180
- replace `SetNeedNavigateToUpstreamHead` with `NavigateToBranchDelayed` - navigate to current HEAD instead of original source HEAD after merge Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
17cf402c78
commit
0cb2ca78fe
5 changed files with 15 additions and 30 deletions
|
@ -34,7 +34,7 @@ namespace SourceGit.ViewModels
|
|||
new Commands.Fetch(_repo.FullPath, Local, Upstream, SetProgressDescription).Exec();
|
||||
CallUIThread(() =>
|
||||
{
|
||||
_repo.SetNeedNavigateToUpstreamHead();
|
||||
_repo.NavigateToBranchDelayed(Upstream.FullName);
|
||||
_repo.SetWatcherEnabled(true);
|
||||
});
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue