summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/workflow/git_lfs.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/workflow/git_lfs.md b/doc/workflow/git_lfs.md
index 7304735f574..4990a9b5aac 100644
--- a/doc/workflow/git_lfs.md
+++ b/doc/workflow/git_lfs.md
@@ -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
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 -->
## How it works
@@ -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.
-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