You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
First of all thanks for this great and simple tool!
I was wondering if there was a way to use transcrypt on LFS files? Upon trying to do it I realized that both LFS and transcrypt use .gitattributes, e.g trying to encrypt a file on lfs I would use:
I don't think there is an easy way to apply multiple filter etc options on the same file. Doing this would involve carefully chaining the two separate tools so they work together, which might be possible but would be difficult to get right.
Hi!
First of all thanks for this great and simple tool!
I was wondering if there was a way to use transcrypt on LFS files? Upon trying to do it I realized that both LFS and transcrypt use .gitattributes, e.g trying to encrypt a file on lfs I would use:
and would obtain the following .gitattributes
And upon staging the file it will be encrypted but not treated as LFS file.
Is there a workaround to get both working together?
Thanks for your help!
The text was updated successfully, but these errors were encountered: