-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
enhancementa request to improve CLIa request to improve CLIneeds-designAn engineering task needs design to proceedAn engineering task needs design to proceed
Description
Describe the feature or problem you’d like to solve
At this moment if I want to create a repo with gh, I need to run these commands:
git init
git add --all
git commit -m "Init"
gh repo createI think gh would be much more useful if it could init Git repo in current directory (if no Git repo was found in upper directories).
Proposed solution
The benefit will be typing less :)
Example:
# Turn on this repo initializing feature, set "Init" as initial commit name and create a Github repo:
gh repo create -i -m Init
# Turn on repo initializing feature and create a Github repo (default initial commit name will be used):
gh repo create -iReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementa request to improve CLIa request to improve CLIneeds-designAn engineering task needs design to proceedAn engineering task needs design to proceed