Git-Commit

Git-Commit
NAME
    Git-Commit
    
SYNOPSIS
    Records changes to the repository.
    
    
SYNTAX
    Git-Commit [-CommitMessage] <String> [<CommonParameters>]
    
    
DESCRIPTION
    Records changes to the repository.
    

PARAMETERS
    -CommitMessage <String>
        Commit message string.
        
        Required?                    true
        Position?                    1
        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. For more information, see 
        about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). 
    
INPUTS
    
OUTPUTS
    
NOTES
    
    
        Name			 : Sebastian Ziółkowski
        Github			 : github.com/ziolkowsky
        Website			 : ziolkowsky.wordpress.com
    
    -------------------------- EXAMPLE 1 --------------------------
    
    PS>Git-Commit "Test commit message"
    
    
    
    
    
    
    
RELATED LINKS
    https://ziolkowsky.wordpress.com/2022/04/17/git-commit
    https://github.com/ziolkowsky/ShellPowerFramework

0 Comments on “Git-Commit

Dodaj komentarz

Twój adres e-mail nie zostanie opublikowany.

*