summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-12-24 12:24:53 +0000
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-12-24 12:24:53 +0000
commit79ce691d71e8fcbd198f9c228bc7db1bfd2b6e03 (patch)
tree95969be2ca7b33d4bca05f9120ef423f1c7b8d24
parent1e38f8ae7254fbe7e8608fd372a7bf3dd9e32607 (diff)
parentacc2797f49b3159be32e0ed65e1f6070b9d3f209 (diff)
downloadgitlab-ce-79ce691d71e8fcbd198f9c228bc7db1bfd2b6e03.tar.gz
Merge branch 'mrchrisw/fix-whitespace-code-block' into 'master'
Fix whitespace in codeblock See merge request !8291
-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"
```