summaryrefslogtreecommitdiff
path: root/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-05 16:08:49 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-09-05 16:08:49 +0900
commitb2710c75b2b0921ebe6feed4ad55601a7fd8a2d2 (patch)
tree9fa799b27ea52171956ffca964ad9c73cd5c3018 /doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
parent86a3d82298ea9137c467129d1c828b92d7392ecd (diff)
downloadgitlab-ce-b2710c75b2b0921ebe6feed4ad55601a7fd8a2d2.tar.gz
Change introduced style for better renderingdocs-followup-66309
Diffstat (limited to 'doc/workflow/lfs/manage_large_binaries_with_git_lfs.md')
-rw-r--r--doc/workflow/lfs/manage_large_binaries_with_git_lfs.md3
1 files changed, 1 insertions, 2 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 f5593927cc2..36db4f73885 100644
--- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
@@ -62,9 +62,8 @@ git commit -am "Added Debian iso" # commit the file meta data
git push origin master # sync the git repo and large file to the GitLab server
```
-NOTE: **Note:**
**Make sure** that `.gitattributes` is tracked by Git. Otherwise Git
-LFS will not be working properly for people cloning the project.
+LFS will not be working properly for people cloning the project:
```bash
git add .gitattributes