New-PSUGitSetting
Creates a new git setting for a PowerShell Universal application. This setting is used to configure the git repository for the application.
SYNOPSIS
SYNTAX
New-PSUGitSetting [-Branch <String>] [-Remote <String>] [-SyncBehavior <GitSyncBehavior>] [-ExternalGit]
[-Mode <GitMode>] [-Interval <Int32>] [-GitCredential <PSCredential>] [-ProxyUrl <String>]
[-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>] [-UseDefaultCredentials]
[-Integrated] [-TrustCertificate] [-Cookies] [<CommonParameters>]DESCRIPTION
EXAMPLES
Example 1
PS C:\> New-PSUGitSetting -Branch 'main' -Name 'MyApp'Example 2
PARAMETERS
-AppToken
-Branch
-ComputerName
-Credential
-ExternalGit
-GitCredential
-Integrated
-Interval
-Mode
-ProxyUrl
-Remote
-SyncBehavior
-TrustCertificate
-UseDefaultCredentials
-Cookies
CommonParameters
INPUTS
None
OUTPUTS
System.Object
NOTES
RELATED LINKS
Last updated
Was this helpful?