I am new to Git and I have a simple question
Though this has been asked many times in this forum, I want to restrict my question to the following scenario
1) Feature A (Files A, B and C were modified) cut from 'develop'
2) Feature B (Files A and D were modified) cut from 'develop'
Feature A has been merged into branch 'develop' successfully
Now the question is, what approach should we follow to merge 'Feature B' to branch 'develop'
Should we pull the latest version of 'develop' and merge the changes of 'feature b' (or) What other best approaches to merge 'feature b' to 'develop' so that 'File A' has all the changes?