Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
ugit
0.4.5
Types/git.commit.info/UpdateMessage.ps1
param
(
[
Parameter
(
Mandatory
)
]
[string]
$Message
)
Push-Location
$this
.
GitRoot
git
commit
--ammend
-m
$Message
@args
Pop-Location