Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
1a25356f316a
Commit
e7899f5f
authored
Feb 25, 2017
by
heapifyman
Browse files
use single backticks for inline code
parent
91d6b0bb8bd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
View file @
1a25356f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment