You just merge develop to feature1:
git checkout feature1
git merge develop
There is no need to involve another branch such as master.
You just merge develop to feature1:
git checkout feature1
git merge develop
There is no need to involve another branch such as master.