after doing a merge to master from another branch how can i update my current branch to have the updates code example
Example: update one branch to another
git checkout feature1
git merge develop
git checkout feature1
git merge develop