Class Constants.GitConfiguration.Remote
Inherited Members
Namespace: GitCredentialManager
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public static class Constants.GitConfiguration.Remote
Fields
FetchUrl
Declaration
public const string FetchUrl = "url"
Field Value
Type | Description |
---|---|
string |
PushUrl
Declaration
public const string PushUrl = "pushUrl"
Field Value
Type | Description |
---|---|
string |
SectionName
Declaration
public const string SectionName = "remote"
Field Value
Type | Description |
---|---|
string |