Skip to content

Instantly share code, notes, and snippets.

View Esquirio's full-sized avatar
🎯
Focusing

Fernando Esquirio Torres Esquirio

🎯
Focusing
View GitHub Profile
@Esquirio
Esquirio / conventional-commits-cheatsheet.md
Created December 15, 2024 18:07 — forked from qoomon/conventional-commits-cheatsheet.md
Conventional Commits Cheatsheet

Conventional Commit Messages starline

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

@Esquirio
Esquirio / exemplo.js
Created April 22, 2021 14:53
Exemplo CRUD Fetch API POST - Gits/GitHub
var msg='Hello World!';
console.log(msg);