Skip to content

Instantly share code, notes, and snippets.

@Muhammed-Rahif
Muhammed-Rahif / README.md
Created December 28, 2022 09:32 — forked from atenni/README.md
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]

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@Muhammed-Rahif
Muhammed-Rahif / GitCommitEmoji.md
Created November 2, 2021 14:15 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji