# you need to be on the working branch
git checkout _branch_name
git add .
git commt -m "my branch commit"

# pull and merge
git pull

# push commit
git push