NAME
Git-Add
SYNOPSIS
Adds file contents to the index.
SYNTAX
Git-Add [[-File] <String>] [<CommonParameters>]
DESCRIPTION
Adds file contents to the index.
PARAMETERS
-File <String>
Adds specified file to commit stack.
Required? false
Position? 1
Default value (split-path $psISE.CurrentFile.FullPath -leaf)
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
Generated by ShellPowerFramework 04/16/2022 12:00:00
-------------------------- EXAMPLE 1 --------------------------
PS>Git-Add
Adds current active file to commit stack.
RELATED LINKS
https://ziolkowsky.wordpress.com/2022/04/17/git-add
https://github.com/ziolkowsky/ShellPowerFramework
0 Comments on “Git-Add”