diff --git a/src/ViewModels/WorkingCopy.cs b/src/ViewModels/WorkingCopy.cs index 90e6b6c9..6e9a7440 100644 --- a/src/ViewModels/WorkingCopy.cs +++ b/src/ViewModels/WorkingCopy.cs @@ -1320,7 +1320,7 @@ namespace SourceGit.ViewModels PopupHost.ShowAndStartPopup(new Push(_repo, null)); } - _repo.MarkWorkingCopyDirtyManually(); + _repo.MarkBranchesDirtyManually(); _repo.SetWatcherEnabled(true); IsCommitting = false; });