PowerShell/Docs/configure-git.ps1.md
2021-09-11 11:27:07 +02:00

1.5 KiB

The configure-git.ps1 PowerShell Script

Synopsis & Description

configure-git.ps1 [<full-name>] [<email-address>] [<favorite-editor>]

Sets up the Git user configuration

Syntax & Parameters

/home/mf/PowerShell/Scripts/configure-git.ps1 [[-FullName] <String>] [[-EmailAddress] <String>] [[-FavoriteEditor] <String>] [<CommonParameters>]
-FullName <String>
    
    Required?                    false
    Position?                    1
    Default value                
    Accept pipeline input?       false
    Accept wildcard characters?  false
-EmailAddress <String>
    
    Required?                    false
    Position?                    2
    Default value                
    Accept pipeline input?       false
    Accept wildcard characters?  false
-FavoriteEditor <String>
    
    Required?                    false
    Position?                    3
    Default value                
    Accept pipeline input?       false
    Accept wildcard characters?  false
[<CommonParameters>]
    This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, 
    WarningVariable, OutBuffer, PipelineVariable, and OutVariable.

Example

PS>.\configure-git.ps1

Notes

Author: Markus Fleschutz · License: CC0

https://github.com/fleschutz/PowerShell

Generated by convert-ps2md.ps1 using the comment-based help of configure-git.ps1