How to Install git-lfs in Ubuntu 18.04



Install git-lfs by entering the following commands in the terminal:

sudo apt update
sudo apt install git-lfs

Description:

Git Large File Support

An open source Git extension for versioning large files. Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server.

Homepage: https://git-lfs.github.com/

Version: 2.3.4-1

Section: universe/vcs