Skip to content

Get-GitHubGitConfig

SYNOPSIS

Gets the global Git configuration.

SYNTAX

__AllParameterSets

Get-GitHubGitConfig [[-Scope] <string>] [<CommonParameters>]

ALIASES

This cmdlet has the following aliases, {{Insert list of aliases}}

DESCRIPTION

Gets the global Git configuration.

EXAMPLES

EXAMPLE 1

Get-GitHubGitConfig

Gets the global Git configuration.

PARAMETERS

-Scope

{{ Fill Scope Description }}

Type: System.String
DefaultValue: local
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
  Position: 0
  IsRequired: false
  ValueFromPipeline: false
  ValueFromPipelineByPropertyName: false
  ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Object

{{ Fill in the Description }}

NOTES