You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official gh tool allows for new repository creation on Github via their API. It would be handy if this were possible in Forge too (I tried it this morning and found the feature missing).
For instance you can run:
gh repo create --private
and it runs you through a few prompt steps setting the description, etc., and then after getting your SSH key creates the repository remotely without ever visiting Github itself.
Thank you!
The text was updated successfully, but these errors were encountered:
The official
gh
tool allows for new repository creation on Github via their API. It would be handy if this were possible in Forge too (I tried it this morning and found the feature missing).For instance you can run:
and it runs you through a few prompt steps setting the description, etc., and then after getting your SSH key creates the repository remotely without ever visiting Github itself.
Thank you!
The text was updated successfully, but these errors were encountered: