Skip to content

Instantly share code, notes, and snippets.

View imaginabit's full-sized avatar

Fernando imaginabit

View GitHub Profile
@imaginabit
imaginabit / gitflowrebasing.md
Created February 22, 2019 20:34 — forked from markreid/gitflowrebasing.md
git flow with rebasing
@imaginabit
imaginabit / .git-commit-template.txt
Created January 15, 2019 13:21 — forked from elena/.git-commit-template.txt
This commit message template that helps you write great commit messages and enforce it across your team.
# <type>: (If applied, this commit will...) <subject> (Max 50 char)
# |<---- Using a Maximum Of 50 Characters ---->|
# Explain why this change is being made
# |<---- Try To Limit Each Line to a Maximum Of 72 Characters ---->|
# Provide links or keys to any relevant tickets, articles or other resources
# Example: Github issue #23