Rename to open/close-git-extensions-app.ps1

This commit is contained in:
Markus Fleschutz
2021-11-21 12:29:59 +01:00
parent 44a1fb2f5e
commit 25051e31ee
3 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Closes Git Extensions
Closes the Git Extensions app
.DESCRIPTION
This script closes the Git Extensions application gracefully.
.EXAMPLE
PS> ./close-git-extensions
PS> ./close-git-extensions-app
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK

View File

@ -1,10 +1,10 @@
<#
.SYNOPSIS
Launches Git Extensions
Launches the Git Extensions app
.DESCRIPTION
This script launches the Git Extensions application.
.EXAMPLE
PS> ./open-git-extensions
PS> ./open-git-extensions-app
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK