Skip to content

Instantly share code, notes, and snippets.

View oscarteg's full-sized avatar
🏠

Oscar te Giffel oscarteg

🏠
View GitHub Profile
@oscarteg
oscarteg / conventional-commits-cheatsheet.md
Created October 17, 2024 11:56 — forked from qoomon/conventional-commits-cheatsheet.md
Conventional Commits Cheatsheet

Conventional Commit Messages

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

Tip

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

Commit Message Formats

Default

@oscarteg
oscarteg / ANSI.md
Created September 2, 2024 16:46 — forked from fnky/ANSI.md
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27