We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c531bba commit 6ee1d15Copy full SHA for 6ee1d15
api/bash/delete-empty-repos.sh
@@ -12,7 +12,8 @@
12
#/ DESCRIPTION:
13
#/ For a GitHub Enterprise Instance, lists every empty repository in format
14
#/ <organization>:<repository> separated by new lines. Deleting them if passed
15
-#/ the option [--execute=true].
+#/ the option [--execute=true]. "Empty" means any repository with a zero size
16
+#/ attribute, i.e. initialized only or those with no content at all.
17
#/ - Example Output: List all empty repositories
18
#/ <organization>:<repository1>
19
#/ <organization>:<repository2>
0 commit comments