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:
authorheapifyman <heapifyman@gmail.com>2017-02-25 15:01:11 +0300
committerheapifyman <heapifyman@gmail.com>2017-02-25 15:01:11 +0300
commite7899f5f1a68b23eb8e5d74ec6baa8d0ba508a2d (patch)
tree776d6a4c1b7922db4254058654dba372b5432f5a
parent64f20dc1b5fddd56d05cf5a8e59f82cbd231b10c (diff)
use single backticks for inline code
-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