Skip to content

Instantly share code, notes, and snippets.

View identiq's full-sized avatar

Alexandre Rodriguez identiq

View GitHub Profile
@mRoca
mRoca / git_flow.md
Last active November 6, 2020 17:10
Git flow

Naming convention

Item Name
Release branch release/v2.0.1
Feature branch feature/my_feature_name
Feature branch feature/2234_my_feature_name
Hotfix branch hotfix/my_hotfix_name
Commit Add my news
Tag v2.0.1