Describe the feature or problem you’d like to solve
gh repo clone https://github.com/cli/cli/tree/trunk/internal should clone cli/cli
Proposed solution
I'm often exploring a repo in github and I want to actually copy it locally so I copy the url and paste it into git clone then remove the paths. It would be nice if I could skip that step.
Describe the feature or problem you’d like to solve
gh repo clone https://github.com/cli/cli/tree/trunk/internalshould clonecli/cliProposed solution
I'm often exploring a repo in github and I want to actually copy it locally so I copy the url and paste it into
git clonethen remove the paths. It would be nice if I could skip that step.