clone a **users** repos ``` $ ghorg clone --clone-type=user ``` clone an **org** ``` $ ghorg clone ``` clone all repos from a **github org** that are **prefixed** with "frontend" **into a folder** called "design_only" ``` $ ghorg clone --match-regex=^frontend --output-dir=design_only ```