Just got this email from Github:<p>Hi <my name>,<p>It's time to start versioning large files on GitHub.com! Support for Git LFS is now enabled for your personal account: <my github>.<p>Getting started<p>Download and install the Git command line extension for Mac, Windows, or Linux (or see our full list of pre-built binaries). You only have to set up Git LFS once, but make sure you have the latest release (v0.5.4-homebrew) installed.<p>Select the file types you'd like Git LFS to manage (or directly edit your .gitattributes). You can configure additional file extensions at anytime.<p>git lfs track "*.psd"
Commit and push to GitHub.<p>git add file.psd
git commit -m "Add design file"
git push origin master<p>Storage and bandwidth<p>Your account includes 1GB of storage and 1GB/month of bandwidth for no additional charge. If you need more data, you can upgrade your plan at any time:<p>https://github.com/account/billing<p>Technical support<p>If you need help with any technical or billing-related issues, please check out our documentation and email us at git-lfs@github.com.<p>Thanks,<p>The Git LFS Team