From e7899f5f1a68b23eb8e5d74ec6baa8d0ba508a2d Mon Sep 17 00:00:00 2001 From: heapifyman Date: Sat, 25 Feb 2017 13:01:11 +0100 Subject: [PATCH] use single backticks for inline code --- doc/workflow/lfs/manage_large_binaries_with_git_lfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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