mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
This commit is contained in:
parent
d1f3469250
commit
2105fd450d
6 changed files with 14 additions and 13 deletions
|
@ -152,6 +152,11 @@ namespace SourceGit.ViewModels
|
|||
View = new Views.Push() { DataContext = this };
|
||||
}
|
||||
|
||||
public override bool AutoCheck()
|
||||
{
|
||||
return !string.IsNullOrEmpty(_selectedRemoteBranch?.Head);
|
||||
}
|
||||
|
||||
public override Task<bool> Sure()
|
||||
{
|
||||
_repo.SetWatcherEnabled(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue