Update list-repos.ps1

This commit is contained in:
Markus Fleschutz 2021-09-28 20:06:15 +02:00 committed by GitHub
parent 41aaae4030
commit d1e225fa2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,12 @@
Lists the details of all Git repositories under a directory
.EXAMPLE
PS> ./list-repos C:\MyRepos
Folder Branch Status
------ ------ ------
cmake main clean
opencv master clean
...
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK