note how to use git lfs
This commit is contained in:
parent
568f1ddeeb
commit
b576587640
11
README.md
11
README.md
@ -33,3 +33,14 @@ If your [graphics card does not support vulcan](https://github.com/godotengine/g
|
||||
```bash
|
||||
godot --rendering-driver opengl3
|
||||
```
|
||||
|
||||
Git Large File Server
|
||||
=====================
|
||||
|
||||
Git's large-file-server (LFS) lets you track your fat binary files, without making the repository bloated and awful for everyone else in the future.
|
||||
|
||||
If you want to track 'jpg' files, you can track them like this:
|
||||
|
||||
```bash
|
||||
git lfs track "*jpg"
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user