Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git lfs

## Change .psd to the file extension which you want to track ##

git lfs install
git lfs track "*.psd" 
git add .gitattributes

## Done!, now just do git add ##
Source by git-lfs.github.com #
 
PREVIOUS NEXT
Tagged: #git #lfs
ADD COMMENT
Topic
Name
6+8 =