1
0
Fork 0
mirror of synced 2024-06-02 23:31:10 -04:00

Correct alternate files example

This commit is contained in:
con-f-use 2019-12-02 12:25:40 +01:00 committed by GitHub
parent 4d8606ed3d
commit b113c53233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -161,7 +161,7 @@ alternate version using yadm. Consider these three files:
path = .gitconfig.local
```
`.gitconfig.local##Darwin`
`.gitconfig.local##os.Darwin`
```ini
[user]
@ -169,7 +169,7 @@ alternate version using yadm. Consider these three files:
email = tim@personal.email.org
```
`.gitconfig.local##Linux`
`.gitconfig.local##os.Linux`
```ini
[user]