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
This feature was initially integrated in --dry-run #11 PR. However, it makes more sense to incorporate it within the --verbose flag.
--dry-run
--verbose
So, this would add three more features to the --verbose flag:
git sparse-checkout list
translations_TEMP
tree
git checkout
repo_dir_from:local_dir_to
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This feature was initially integrated in
--dry-run
#11 PR. However, it makes more sense to incorporate it within the--verbose
flag.So, this would add three more features to the
--verbose
flag:git sparse-checkout list
to aid debuggingtranslations_TEMP
directorytree
after all the files has been pulledgit checkout
tree
of all local directories as configured by (repo_dir_from:local_dir_to
)The text was updated successfully, but these errors were encountered: