DEV Community

Discussion on: Git Explained: Proper Team Etiquette

Collapse
 
milu_franz profile image
Milu

Same here Vincent, my team uses GitLab CI so I haven't experienced any issues using / in our branch name conventions.

However, that is a good thing to note as other teams have different implementations. I added a note for it Gerardo. Thanks for the suggestion!

Thread Thread
 
gerardolima profile image
Gerardo Lima

When the application is containerised, having this convention will make it not feasible, for example, to have images tagged by its code branch. It's not a showstopper, but the kind of small nuisance that takes time.