I have a git branch starting from a very old version :
V.11 -> V.12 -> V.13 -> V.14 -> V.15 -> V.16 (project/develop)
\-> feature/MyBranch
MyBranch is created from version 12. I made a commit but before merge and now I want to test my code with modifications from branch develop.
How can I properly get modifications from version 16 in MyBranch ?