Команда git-lfs: опции, ключи и примеры использования
git lfs
Work with large files in Git repositories. More information: https://git-lfs.github.com.
- Initialise Git LFS:
git lfs install
- Track files that match a glob:
git lfs track '{{*.bin}}'
- Change the Git LFS endpoint URL (useful if the LFS server is separate from the Git server):
git config -f .lfsconfig lfs.url {{lfs_endpoint_url}}
- List tracked patterns:
git lfs track
- List tracked files that have been committed:
git lfs ls-files
- Push all Git LFS objects to the remote server (useful if errors are encountered):
git lfs push --all {{remote_name}} {{branch_name}}
- Fetch all Git LFS objects:
git lfs fetch
- Checkout all Git LFS objects:
git lfs checkout
Также может быть вам интересно:
- 25 января вышло новое крупное обновление Age of Empires II DE: Lords of the West
- И снова sudo, и снова "решето"
- Только одна из десяти компаний ожидает, что все работники вернутся в офисы
- Google Play временно забанил видео-плеер за поддержку неправильных субтитров
- Google прекращает поддержку сторонних приложений в API Chrome-like