DEV Community

Discussion on: How do you name your git branches?

Collapse
 
mrtnrdl profile image
Martin Riedel

If there is no ID possible, I usually try to come up with a description of the feature that is as short as possible.

This is what i do as well, if there is an ID available.

Depending on the projects structure, i define where the change occurs/what is affected.

An example: Adding a new Rest Endpoint to the backend for querying invoices:

backend/query-invoices