Open
Description
I was wondering, does git-subrepo
supports dependencies tracked with git-lfs
?
If not, any suggestion for workarounds?
Here some hints: git-lfs/git-lfs#854
I mean, git-lfs
is a pretty handy tool, so any support would be much appreciated!
The solution I have in mind right now, is to create a specific branch in my library (which I am also developing, by chance), where any git-lfs dependency is simply removed.
And then add these files manually in my main project...
Any other idea? Thanks for the great tool !