Skip to content

Instantly share code, notes, and snippets.

View DIEGOHORVATTI's full-sized avatar
💬
Advancing by leaps and bounds

DIEGOHORVATTI

💬
Advancing by leaps and bounds
  • Planet Earth, Brazil, Santa Catarina, Florianópolis
  • 19:38 (UTC -12:00)
  • LinkedIn in/diego-horvatti
  • Instagram diegohorvatti
View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active April 29, 2025 06:44
Conventional Commits Cheatsheet

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

@dsample
dsample / README.md
Last active April 17, 2025 22:13
ASCII art diagrams

ASCI art characters for creating diagrams

Characters:

Single line

  • ASCII code 191 = ┐ ( Box drawing character single line upper right corner )
  • ASCII code 192 = └ ( Box drawing character single line lower left corner )
  • ASCII code 193 = ┴ ( Box drawing character single line horizontal and up )
  • ASCII code 194 = ┬ ( Box drawing character single line horizontal down )