You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I'm playing around with git-lfs in SourceTree. I've manually edited the .gitattributes file to include a directory for Git LFS tracking, like so:
extensions/** filter=lfs diff=lfs merge=lfs -text
When I try to stage a large file in the "extensions" folder, I get the following prompt:
Capture.PNG
I have used
git lfs status
to verify that my large file is in fact being picked up by Git LFS. Why doesn't SourceTree recognize this?
SourceTree for Windows, version 1.9.6.1
Embedded Git version 2.8.1 (+ git-lfs v1.2.0)
This is ST failing to understand the '**' operator, we'll get that fixed up (will link official bug here when filed)
I've stumbled upon this issue as well, and our workaround was to explicitly set paths - a single * character on wildcards works, it's just ** that fails.
It'd be great to see this fixed though!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.