Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding file to github:gist thats not text

Tags:

git

github

gist

https://gist.github.com/1595572

I'm adding a ttf font to a github:gist so i can share it. the person above did it but I'm only seeing ways to add it as text. How might one go about adding the actual file?

like image 517
Tallboy Avatar asked Jun 03 '26 07:06

Tallboy


1 Answers

You can always create a gist with a dummy (text) file, clone it, delete the file and add the file (ttf font) you want and push.

This is what the person you have linked to has done. See the first commit: https://gist.github.com/1595572/8fe448cb122dfe75084ce1b48146f6cc6282e81d

like image 74
manojlds Avatar answered Jun 06 '26 02:06

manojlds