We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Love this tool.
I find myself in many cases where I want to degit a subfolder and just copy from the url and do it: npx degit https://github.com/TanStack/table/tree/main/examples/react/filters
But I have to remove the /tree/main for it to work
/tree/main
Is there a quick workaround, or a flag for that?
The text was updated successfully, but these errors were encountered:
I had a similar problem @noam-honig. That's another reason why I've developed gitty.
After installation, it would work with:
gitty https://github.com/TanStack/table/tree/main/examples/react/filters
Sorry, something went wrong.
I had a similar problem @noam-honig. That's another reason why I've developed gitty. After installation, it would work with: gitty https://github.com/TanStack/table/tree/main/examples/react/filters
Thanks for that - but for me, I enjoy the zero install npx path
npx
No branches or pull requests
Hi,
Love this tool.
I find myself in many cases where I want to degit a subfolder and just copy from the url and do it:
npx degit https://github.com/TanStack/table/tree/main/examples/react/filters
But I have to remove the
/tree/main
for it to workIs there a quick workaround, or a flag for that?
The text was updated successfully, but these errors were encountered: