Commit 35266de2 authored by Chris McKnight's avatar Chris McKnight

Updates git lfs initialize command

parent 92897d76
...@@ -44,7 +44,7 @@ check it into your Git repository: ...@@ -44,7 +44,7 @@ check it into your Git repository:
```bash ```bash
git clone git@gitlab.example.com:group/project.git git clone git@gitlab.example.com:group/project.git
git lfs init # initialize the Git LFS project project git lfs install # initialize the Git LFS project project
git lfs track "*.iso" # select the file extensions that you want to treat as large files git lfs track "*.iso" # select the file extensions that you want to treat as large files
``` ```
......
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