My question is around a very specific point in the gitflow process (as documented here).
I've already merged bugfixes from release/1.2 into master, and tagged appropriately.
Apart from how the history looks, what are differences between back-merging from release/1.2 vs back-merging from master into develop.
I have tried both ways, and in my simple, contrived example I see no difference in develop, as I expected.
Are there dangers to this? Am I going to encounter messy issues later on? Am I missing something obvious? I suspect the answer may be to do with other features that have gone into master, but which should remain out of develop for the moment.
merging release in to develop:
merging master in to develop:

