Gabel Git Ubuntu
# To fork a repo using Github CLI
gh repo fork repo
# Fork an organization repo
gh repo fork repo --org "organization-name"
# Create a clone of the fork
gh repo fork repo --clone=true
Nervous Nightingale