NAME
Git-Status
SYNOPSIS
Shows the working tree status.
SYNTAX
Git-Status [<CommonParameters>]
DESCRIPTION
Shows the working tree status.
PARAMETERS
<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-Status
-------------------------- EXAMPLE 2 --------------------------
PS>gis
-------------------------- EXAMPLE 3 --------------------------
PS>gs
RELATED LINKS
https://ziolkowsky.wordpress.com/2022/04/17/git-status
https://github.com/ziolkowsky/ShellPowerFramework
0 Comments on “Git-Status”