Skip to content
Snippets Groups Projects
Commit 38f8ad41 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'patch-1' into 'master'

fixed manage_large_binaries_with_git_lfs.md typo

See merge request !7612
parents 55b5d17a 3e3ea632
No related branches found
No related tags found
1 merge request!7612fixed manage_large_binaries_with_git_lfs.md typo
Pipeline #
Loading
@@ -48,7 +48,7 @@ check it into your Git repository:
Loading
@@ -48,7 +48,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 install # initialize the Git LFS project project git lfs install # initialize the Git LFS 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
``` ```
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment