On gitflow. After a hotfix commit on the master branch without merge to develop, what should we do when we merge code from develop to master next time?
- If we direct do the merge, code will be merged, and there will be a diff between master and develop.
- Or we need a code review here?