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
First make sure git
is installed on the local machine and then:
Create a new Gist
Clone to your local machine (replace
<hash>
with your Gist's hash):Add and commit the binary:
Push changes to GitHub:
Acknowledgements
Credit goes to Mark for this great trick!
Last updated