GitHub CLI extension for batch repo operations.
gh extension install samzong/gh-xgh x clone <user1> [org2] ... # Clone missing repos and update existing ones- Creates a
<user-or-org>/directory under your current working directory. - If a local repo already exists (has
.git), it runsgit pull --ff-only. - If the repo does not exist locally, it runs
gh repo clone.