Add fetch all branches on pull. (acts like fetch+pull)

This commit is contained in:
RevenantX 2024-07-27 12:52:01 +03:00
parent 7bfb684bde
commit 8a38b6afac
4 changed files with 24 additions and 1 deletions

View file

@ -34,6 +34,12 @@ namespace SourceGit.Models
set;
} = false;
public bool FetchAllBranchesOnPull
{
get;
set;
} = false;
public bool PushAllTags
{
get;