Canvas: [Suggestion] Git-flow

Created on 18 Nov 2016  路  4Comments  路  Source: austintoddj/canvas

Hi guys,

I noticed there isn't really a set principle for branching, since there's only one branch I presume. Nevertheless, I'd like to suggest Git-flow going forward.

What do you think?

Most helpful comment

As you can see in e.g. #257 there exist one branch per feature,, but they get deleted after merging is complete.

All 4 comments

As you can see in e.g. #257 there exist one branch per feature,, but they get deleted after merging is complete.

@Naoray I see. It is in essence the same principle that way. However features would be prefixed with feature/, hotfixes with hotfix/ and so on.

That's a fine way to go about it @reliq. I have no problem with prefixing feature branches and so on. I do clean up the branches and delete them as soon as they're merged in however just for sanity's sake.

Cool 馃憤

Was this page helpful?
0 / 5 - 0 ratings

Related issues

baradhili picture baradhili  路  10Comments

iiCe89 picture iiCe89  路  3Comments

connecteev picture connecteev  路  6Comments

dtovar picture dtovar  路  3Comments

austintoddj picture austintoddj  路  10Comments