Add Binary to GitHub Gist
A neat little trick to keep binaries around which might disappear otherwise - or simply to add pictures to your Gists
How to add a binary file to a GitHub Gist
git clone [email protected]:<hash>.git gistcd gist git add VCForPython27.msi git commit -m "Added VCForPython27.msi binary"git push origin
Acknowledgements
Last updated