summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
authorheapifyman <heapifyman@gmail.com>2017-02-25 13:01:11 +0100
committerheapifyman <heapifyman@gmail.com>2017-02-25 13:01:11 +0100
commite7899f5f1a68b23eb8e5d74ec6baa8d0ba508a2d (patch)
tree776d6a4c1b7922db4254058654dba372b5432f5a /doc/workflow
parent64f20dc1b5fddd56d05cf5a8e59f82cbd231b10c (diff)
downloadgitlab-ce-e7899f5f1a68b23eb8e5d74ec6baa8d0ba508a2d.tar.gz
use single backticks for inline code
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/lfs/manage_large_binaries_with_git_lfs.md2
1 files changed, 1 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 3e48c88f55f..9cc45065eb2 100644
--- a/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
+++ b/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
@@ -63,7 +63,7 @@ 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**: Make sure that ```.gitattributes``` is tracked by git. Otherwise Git
+>**Note**: Make sure that `.gitattributes` is tracked by git. Otherwise Git
LFS will not be working properly for people cloning the project.
```bash
git add .gitattributes