mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
Updates git lfs initialize command
This commit is contained in:
@@ -44,7 +44,7 @@ check it into your Git repository:
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
@@ -152,4 +152,4 @@ If you are using OS X you can use `osxkeychain` to store and encrypt your creden
|
||||
For Windows, you can use `wincred` or Microsoft's [Git Credential Manager for Windows](https://github.com/Microsoft/Git-Credential-Manager-for-Windows/releases).
|
||||
|
||||
More details about various methods of storing the user credentials can be found
|
||||
on [Git Credential Storage documentation](https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage).
|
||||
on [Git Credential Storage documentation](https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage).
|
||||
|
||||
Reference in New Issue
Block a user