Update spec to reflect lfs.url and lfsurl

Closes #239
This commit is contained in:
rubyist 2015-04-17 09:09:33 -04:00
parent 0a47c6bb16
commit 518c18bfa2

@ -62,11 +62,11 @@ configuration options:
[core]
repositoryformatversion = 0
[lfs]
endpoint = "https://github.com/github/git-lfs.git/info/lfs"
url = "https://github.com/github/git-lfs.git/info/lfs"
[remote "origin"]
url = https://github.com/github/git-lfs
fetch = +refs/heads/*:refs/remotes/origin/*
lfs = "https://github.com/github/git-lfs.git/info/lfs"
lfsurl = "https://github.com/github/git-lfs.git/info/lfs"
```
Git LFS uses `git credential` to fetch credentials for HTTPS requests. Setup