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

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