Gjsify LogoGjsify Logo

Priority level of a config file. These priority levels correspond to the natural escalation logic (from higher to lower) when searching for config entries in git.git.

Index

Enumeration Members

APP: number

Application specific configuration file; freely defined by applications.

GLOBAL: number

User-specific configuration file, also called Global configuration file.

HIGHEST: number

Represents the highest level of a config file.

LOCAL: number

Repository specific configuration file.

PROGRAMDATA: number

System-wide on Windows, for compatibility with portable git.

SYSTEM: number

System-wide configuration file.

XDG: number

XDG compatible configuration file (.config/git/config).

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method