git-lfs

Enable git-lfs in a repository

## initialize git-lfs with disabled a smudge filter linking git-lfs commands to git commands
git lfs install --skip-smudge

Pull git-lfs repository

## git-lfs works with https (non-ssh) remotes only
git lfs fetch origin-https && git lfs checkout

Push git-lfs repository

## git-lfs works with https (non-ssh) remotes only
git lfs push origin-https

 Share!

 
comments powered by Disqus