Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-12-24 15:24:53 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-12-24 15:24:53 +0300
commit79ce691d71e8fcbd198f9c228bc7db1bfd2b6e03 (patch)
tree95969be2ca7b33d4bca05f9120ef423f1c7b8d24
parent1e38f8ae7254fbe7e8608fd372a7bf3dd9e32607 (diff)
parentacc2797f49b3159be32e0ed65e1f6070b9d3f209 (diff)
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"
```