Show / Hide Table of Contents

Class Constants.GitConfiguration.Remote

Inheritance
object
Constants.GitConfiguration.Remote
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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
In this article
Back to top Generated by DocFX