Commit e7899f5f authored by heapifyman's avatar heapifyman

use single backticks for inline code

parent 64f20dc1
...@@ -63,7 +63,7 @@ git commit -am "Added Debian iso" # commit the file meta data ...@@ -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 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. LFS will not be working properly for people cloning the project.
```bash ```bash
git add .gitattributes git add .gitattributes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment