Commit 1ae8ebf9 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'patch-158' into 'master'

It's good to note that the files need to be removed the file from `.gitignore` if git LFS doc.

See merge request gitlab-org/gitlab!34979
parents d8b46b35 6ea7c155
......@@ -89,6 +89,9 @@ that are on the remote repository, such as for a branch from origin:
git lfs fetch origin master
```
Make sure your files aren't listed in `.gitignore`, otherwise, they will be ignored by Git thus will not
be pushed to the remote repository.
### Migrate an existing repo to Git LFS
Read the documentation on how to [migrate an existing Git repository with Git LFS](migrate_to_git_lfs.md).
......
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