Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 189 Bytes

Git commands to push large file.md

File metadata and controls

13 lines (7 loc) · 189 Bytes

Refer here

git lfs install

git lfs track "*.psd" (In quotes write file type)

git add .gitattributes

git add .

git commit -m 'commit'

git push -u origin master