Skip to content

Instantly share code, notes, and snippets.

View BryanJames16's full-sized avatar
πŸš€
Shooting for Stars

Bryan James BryanJames16

πŸš€
Shooting for Stars
View GitHub Profile

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default

@BryanJames16
BryanJames16 / Markdown-Cheat-Sheet.md
Last active May 1, 2025 01:52
Markdown Cheat Sheet

Markdown Cheat Sheet

This gist contains a quick reference and cheat sheet for markdown reference.

Basic Syntax

Original syntax definition of Markdown. Supported by almost if not all of the platforms.

Heading

# Heading 1
## Heading 2