Skip to content
New issue

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

Option to not use git-LFS when initializing a repo #22

Open
yongminparks opened this issue Jun 26, 2023 · 1 comment
Open

Option to not use git-LFS when initializing a repo #22

yongminparks opened this issue Jun 26, 2023 · 1 comment
Labels
feature A new feature proposal and/or discussion

Comments

@yongminparks
Copy link

Similar to this suggestion in this GitHub for Unity issue

I like everything about Git for Unity, but I hope there was an option that I can choose to not use git LFS so I don't have to manually uninstall it and migrate from it everytime I make a project.

Since I assume it's tedious to remove LFS and it's remnants in an existing repo with commits,
I think it's better to let users opt-out from it at the start.

@shana
Copy link
Member

shana commented Aug 8, 2023

git lfs doesn't need to be removed - it only gets used when files are marked as being tracked by lfs, in .gitattributes. I can set up an alternate initial .gitattributes file that doesn't track files in lfs, and then it won't be used.

@shana shana added the feature A new feature proposal and/or discussion label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature proposal and/or discussion
Projects
None yet
Development

No branches or pull requests

2 participants