| Feb | MAR | Apr |
| 30 | ||
| 2015 | 2016 | 2017 |
COLLECTED BY
Collection: Live Web Proxy Crawls
git lfs track followed by the name of a file extension to associate that file type.
For example, to associate a .psd file, enter the following command:
git lfs track "*.psd" Adding path *.psdEvery file type you want to associate with Git LFS will need to be added with
git lfs track. This command amends your repository's .gitattributes file and associates large files with Git LFS.
Tip: We strongly suggest that you commit your local .gitattributes file into your repository. Relying on a global .gitattributes file associated with Git LFS may cause conflicts when contributing to other Git projects.
Add a file to the repository matching the extension you've associated:
git add path/to/file.psd
Commit the file and push it to GitHub:
git commit -m "add file.psd" git push origin masterYou should see some diagnostic information about your file upload:
Sending file.psd 44.74 MB / 81.04 MB 55.21 % 14s 64.74 MB / 81.04 MB 79.21 % 3s