Rename to clean-repo.ps1

This commit is contained in:
Markus Fleschutz
2021-04-01 14:27:45 +02:00
parent d0e2939a73
commit 20c1d4beec
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/powershell
<#
.SYNTAX ./clean-branch.ps1 [<repo-dir>]
.SYNTAX ./clean-repo.ps1 [<repo-dir>]
.DESCRIPTION cleans the current/given Git repository from untracked files (including submodules, e.g. for a fresh build)
.LINK https://github.com/fleschutz/PowerShell
.NOTES Author: Markus Fleschutz / License: CC0