branch name: feature/1
currently your local feature/1 branch contain your local commits that not push to origin yet, but somehow you want get update from your team that use the same branch, to be not overlapping git gommit id in the git history between your commit and your teamate commit you can do this in your local branch :
git pull --rebase