clone a **users** repos ``` $ ghorg clone --clone-type=user ``` clone an **org** ``` $ ghorg clone ``` clone all repos that are **prefixed** with "frontend" **into a folder** called "design_only" from a **group** on a **hosted gitlab** instance ``` $ ghorg clone --match-prefix=frontend --output-dir=design_only ```