mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 04:04:59 +00:00
feature: supports to set default remote to push local branches without any tracking remotes (#534)
This commit is contained in:
parent
6d1dfad8a1
commit
d746e352a7
7 changed files with 66 additions and 10 deletions
|
@ -4,6 +4,12 @@ namespace SourceGit.Models
|
|||
{
|
||||
public class RepositorySettings
|
||||
{
|
||||
public string DefaultRemote
|
||||
{
|
||||
get;
|
||||
set;
|
||||
} = string.Empty;
|
||||
|
||||
public DealWithLocalChanges DealWithLocalChangesOnCheckoutBranch
|
||||
{
|
||||
get;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue