From e1521e12519a40cd0dd3dd4ea41b078284ce5a62 Mon Sep 17 00:00:00 2001 From: dmmqz Date: Thu, 18 Sep 2025 20:37:24 +0200 Subject: [PATCH] gh-org: add page --- pages/common/gh-org.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/gh-org.md diff --git a/pages/common/gh-org.md b/pages/common/gh-org.md new file mode 100644 index 00000000000000..4749d2790bec6b --- /dev/null +++ b/pages/common/gh-org.md @@ -0,0 +1,16 @@ +# gh org + +> Work with GitHub organizations. +> More information: . + +- List organizations for the authenticated user: + +`gh org {{[ls|list]}}` + +- List a certain amount of organizations (defaults to 30): + +`gh org {{[ls|list]}} {{[-L|--limit]}} {{100}}` + +- Display help: + +`gh org --help`