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
Sparse checkouts are a great way to save time and bandwidth.
ugit should support them.
Using them correctly spans a few commands, so this will require a few steps:
git sparse-checkout output
git clone
git sparse-checkout -FileFilter
git sparse-checkout -DirectoryFilter
The text was updated successfully, but these errors were encountered:
StartAutomating
No branches or pull requests
Sparse checkouts are a great way to save time and bandwidth.
ugit should support them.
Using them correctly spans a few commands, so this will require a few steps:
git sparse-checkout output
#212git sparse-checkout output
#213git clone
input for sparse checkouts #214git sparse-checkout -FileFilter
#257git sparse-checkout -DirectoryFilter
#258The text was updated successfully, but these errors were encountered: