GitHelper.GetGitNameAndEmailFromGitConfig

Retrieves Username and Email as a two item array from .gitconfig file if it exists.

public static String[] GetGitNameAndEmailFromGitConfig()

Return Value

Two Item String Array. Items: 0 - Username, 1 - Email


See also:

Class GitHelper

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic