Installing git lfs in linux
Method
Installing git LFS in linux is three line command. Here the commands
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt install git-lfs
git lfs install
Installing git LFS in linux is three line command. Here the commands
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt install git-lfs
git lfs install
Comments