use single backticks for inline code

This commit is contained in:
heapifyman 2017-02-25 13:01:11 +01:00
parent 64f20dc1b5
commit e7899f5f1a
1 changed files with 1 additions and 1 deletions

View File

@ -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