Commit 60e45651 authored by Job van der Voort's avatar Job van der Voort

missing .

parent 6c62f182
...@@ -6,7 +6,7 @@ The general recommendation is to not have Git repositories larger than 1GB to pr ...@@ -6,7 +6,7 @@ The general recommendation is to not have Git repositories larger than 1GB to pr
GitLab already supports [managing large files with git annex](http://doc.gitlab.com/ee/workflow/git_annex.html) (EE only), however in certain GitLab already supports [managing large files with git annex](http://doc.gitlab.com/ee/workflow/git_annex.html) (EE only), however in certain
environments it is not always convenient to use different commands to differentiate between the large files and regular ones. environments it is not always convenient to use different commands to differentiate between the large files and regular ones.
Git LFS makes this simpler for the end user by removing the requirement to learn new commands Git LFS makes this simpler for the end user by removing the requirement to learn new commands.
<!-- more --> <!-- more -->
## How it works ## How it works
...@@ -133,6 +133,4 @@ This will remember the credentials for an hour after which Git operations will r ...@@ -133,6 +133,4 @@ This will remember the credentials for an hour after which Git operations will r
If you are using OS X you can use `osxkeychain` to store and encrypt your credentials. For Windows, `wincred` is available. If you are using OS X you can use `osxkeychain` to store and encrypt your credentials. For Windows, `wincred` is available.
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) 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)
\ No newline at end of file
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