-
-
Notifications
You must be signed in to change notification settings - Fork 48
GitFlow
Lopez Mikhael edited this page Jun 5, 2020
·
1 revision
Prefix all of your branche created from develop with:
-
feature/branch_name
: when you develop new feature -
evol/branch_name
: when you change a current feature -
fix/branch_name
: when you fix a bug -
support/branch_name
: when you update dependencies or refactoring code
And after your squash, add the same code name on your commit like this: [FEATURE] description
no fast forward
option if you don't use Merge Request (MR) or Pull to Request (PR) to force commit merge and keep a clean git flow.
Find this project useful? Support it by joining stargazers for this repository ⭐️
And follow me for my next creations 👍
CleanRxArchitecture by Lopez Mikhael is licensed under a Apache License 2.0.