DEV Community

Discussion on: gh repo create

Collapse
 
j4ng5y profile image
Jordan Gregory

Just as an addition, if you are working within an org with teams, you can just as easily make private repos and add teams to it with:

gh repo create <org>/<repo name> โ€”private -t <team>

Also: if you start in an initialized git repo and run the create command, it will ask if you want to go ahead and add the new repo to the remotes which is really fantastic.

Collapse
 
waylonwalker profile image
Waylon Walker

very helpful! The GH cli is amazing!