Skip to content

Instantly share code, notes, and snippets.

@wisehackermonkey
Last active June 6, 2020 05:19
Show Gist options
  • Save wisehackermonkey/e8e991992a06e8debc8854084e2685fd to your computer and use it in GitHub Desktop.
Save wisehackermonkey/e8e991992a06e8debc8854084e2685fd to your computer and use it in GitHub Desktop.
how to use git cli

how to use githhub cli

how to create repo from command line

gh repo create <REPONAME 

create with good defaults

gh repo create <REPONAME> --public  

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment