Skip to content

Instantly share code, notes, and snippets.

@ezhov-da
Last active March 10, 2019 12:13
Show Gist options
  • Save ezhov-da/23a297767a8a00f4cc6889c712de4642 to your computer and use it in GitHub Desktop.
Save ezhov-da/23a297767a8a00f4cc6889c712de4642 to your computer and use it in GitHub Desktop.
lfs
==> https://docs.gitlab.com/ee/workflow/lfs/manage_large_binaries_with_git_lfs.html
==> https://git-lfs.github.com/
1. Делаем:
git lfs install
единоразово
2. Указываем какие файлы необходимо отслеживать:
git lfs track "*.iso"
3. Обязательно удостоверится, что файлы
.gitattributes
добавлен под контроль версий
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment