Skip to content

Instantly share code, notes, and snippets.

View esteban22x's full-sized avatar
🦻
Focusing

Esteban esteban22x

🦻
Focusing
View GitHub Profile
@atenni
atenni / README.md
Last active May 5, 2025 08:06
How to permalink to a gist's raw file

Problem: When linking to the raw version of a gist, the link changes with each revision.

Solution:

To return the first file from a gist: https://gist.github.com/[gist_user]/[gist_id]/raw/

To get a file from multi–file gist: https://gist.github.com/[gist_user]/[gist_id]/raw/[file_name]