summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chrisjwilson.com>2016-12-23 10:55:13 +0000
committerChris Wilson <chris@chrisjwilson.com>2016-12-23 10:55:13 +0000
commitacc2797f49b3159be32e0ed65e1f6070b9d3f209 (patch)
tree1aecf54474fc0b14939b0230d957827c14eb6144
parent0b95f765656442f389fd4d5f45131be6608d0829 (diff)
downloadgitlab-ce-mrchrisw/fix-whitespace-code-block.tar.gz
Fix whitespace in codeblock mrchrisw/fix-whitespace-code-block
[ci skip]
-rw-r--r--doc/workflow/lfs/manage_large_binaries_with_git_lfs.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
index 6a7098e79d0..8c5020bee37 100644
--- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
@@ -134,7 +134,6 @@ This behaviour is caused by Git LFS using HTTPS connections by default when a
To prevent this from happening, set the lfs url in project Git config:
```bash
-
git config --add lfs.url "http://gitlab.example.com/group/project.git/info/lfs"
```