Git sparse checkout with exclusion
问题 According to this thread, exclusion in Git's sparse-checkout feature is supposed to be implemented. Is it? Assume that I have the following structure: papers/ papers/... presentations/ presentations/heavy_presentation presentations/... Now I want to exclude presentations/heavy_presentation from the checkout, while leaving the rest in the checkout. I haven't managed to get this running. What's the right syntax for this? 回答1: I would have expected something like the below to work: /*