-
Notifications
You must be signed in to change notification settings - Fork 18
Description
-
Install instructions are weak at best and need to be better
-
Files are in LFS, now what / how do I find them?
-
Commit history is gonna look similar, how to change commit authors if you want
-
Check for any useful stuff here: https://github.com/git-lfs/git-lfs/wiki/Tutorial
-
More info about how git and git lfs interact / work
-
for the git-lfs docs (maybe): https://github.com/Homebrew/homebrew-core/blob/0ce758b0618800600d292866b53e2fd4dd4ecb27/Formula/git-lfs.rb#L39-L45
Formula/git-lfs.rb:39-45
Update your git config to finish installation:# Update global git config $ git lfs install
I was able to run git lfs install with success, but git lfs install --system didn't work for me.
These instructions also mention running git lfs install to set up Git LFS for your user account: https://git-lfs.github.com/ (edited)
This wiki should be helpful as well for adding additional content to our docs: https://github.com/git-lfs/git-lfs/wiki/Tutorial