Author: Jason White [github@jasonwhite.io]
Hash: 9f2eaadc108b8d69185dc560c371a9d9f0115fc2
Timestamp: Mon, 26 Sep 2022 20:50:03 +0000 (2 years ago)

+8 -1 +/-1 browse
Add more info about .lfsconfig configeration
1diff --git a/README.md b/README.md
2index 910df98..b7bf4d0 100644
3--- a/README.md
4+++ b/README.md
5 @@ -151,11 +151,18 @@ variable. If that is malformed or absent it will fall back to `us-east-1`.
6
7 ## Client Configuration
8
9- Add `.lfsconfig` to the root of your Git repository:
10+ Add a file named `.lfsconfig` to the root of your Git repository and commit it
11+ so everyone is using the same LFS server:
12
13 ```
14 [lfs]
15 url = "http://gitlfs.example.com:8080/api/my-org/my-project"
16+ ─────────┬──────── ──┬─ ─┬─ ───┬── ─────┬────
17+ │ │ │ │ └ Replace with your project's name
18+ │ │ │ └ Replace with your organization name
19+ │ │ └ Required to be "api"
20+ │ └ The port your server started with
21+ └ The host name of your server
22 ```
23
24 Optionally, I also recommend changing these global settings to speed things up: