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

_env: undefined | Object
askpass: Askpass
toDispose: DisposableCollection = ...

Methods

  • dispose(): void
  • getEnv(): Promise<Object>
  • init(): void