Skip to content

Instantly share code, notes, and snippets.

View ggwzrd's full-sized avatar
👨‍🚀
Exploring galaxies

Giulio ggwzrd

👨‍🚀
Exploring galaxies
View GitHub Profile
@ggwzrd
ggwzrd / branch-naming-convention.md
Last active October 4, 2022 15:10
A short and simple way of consistently naming your branches

Syntax

<type>/<title>

Example

fix/auth-token-not-found

feat/sign-up-flow