leroydemon / shop

0 stars 0 forks source link

Learn about gitflow and use it in you repo #6

Closed arthurgrykhno closed 4 days ago

arthurgrykhno commented 1 month ago

You need to learn gitflow and then have corresponding pattern for your commits and branches names Example: # of issue is 3 and you're implementing new feature, then the name of branch would be: feature/3-example-example If you are fixing bug then change feature/ to bugfix/