New-GitPromptSettings
SYNOPSIS
Creates a new instance of a PoshGitPromptSettings object that can be assigned to $GitPromptSettings.
SYNTAX
New-GitPromptSettings
DESCRIPTION
Creates a new instance of a PoshGitPromptSettings object that can be used to reset the $GitPromptSettings back to its default.
EXAMPLES
EXAMPLE 1
$GitPromptSettings = New-GitPromptSettings
This will reset the current $GitPromptSettings back to its default.