enhance: after commit mark branch dirty instead of only workcopy changes dirty (#411)

This commit is contained in:
leo 2024-08-26 18:03:17 +08:00
parent ad0773be2f
commit 0074ea3c60
No known key found for this signature in database

View file

@ -1320,7 +1320,7 @@ namespace SourceGit.ViewModels
PopupHost.ShowAndStartPopup(new Push(_repo, null));
}
_repo.MarkWorkingCopyDirtyManually();
_repo.MarkBranchesDirtyManually();
_repo.SetWatcherEnabled(true);
IsCommitting = false;
});