feature: remember --force check state in git fetch popup (#824)

This commit is contained in:
leo 2024-12-18 09:36:25 +08:00
parent 39dff8a93f
commit cb3727b524
No known key found for this signature in database
2 changed files with 9 additions and 4 deletions

View file

@ -26,6 +26,12 @@ namespace SourceGit.Models
set;
} = false;
public bool EnableForceOnFetch
{
get;
set;
} = false;
public bool FetchWithoutTags
{
get;