Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ElectronGitEnvProvider

Git environment provider for Electron.

This Git environment provider is customized for the Electron-based application. It sets the GIT_ASKPASS environment variable, to run a custom script for the authentication.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected _env

_env: undefined | Object

Protected Readonly askpass

askpass: Askpass

Protected toDispose

toDispose: DisposableCollection = ...

Methods

dispose

  • dispose(): void

getEnv

  • getEnv(): Promise<Object>

Protected init

  • init(): void