mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-10 05:17:44 +02:00
Update descriptions
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
clean-repo.ps1 [<repo-dir>]
|
||||
clean-repo.ps1 [<RepoDir>]
|
||||
.DESCRIPTION
|
||||
Cleans a Git repository from untracked files (including submodules, e.g. for a fresh build).
|
||||
Cleans a Git repository from untracked files (including submodules, e.g. for a fresh build)
|
||||
.EXAMPLE
|
||||
PS> .\clean-repo.ps1 C:\MyRepo
|
||||
PS> ./clean-repo C:\MyRepo
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
|
Reference in New Issue
Block a user