mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
use single backticks for inline code
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user