Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Sniezka1927/git-lfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add files

Initialize LFS

git lfs install

Set up tracking

git lfs track "data/*_mainnet.json" git add .gitattributes

Remove files from regular git tracking if they're already tracked

git rm --cached "data/*_mainnet.json"

Add the files to LFS

git add "data/*_mainnet.json"

Verify they're being tracked by LFS

git lfs ls-files

Commit

git commit -m "Add files to LFS"

Push LFS objects first

git lfs push origin master --all

Then push the commit

git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •