on branch feature_interview:
$ git checkout develop$ git pull$ git checkout feature_interview$ git checkout -b pr_feature_interview$ git rebase -i developsquash all commits, remain one pick$ git commit --ammend(or use git-cola) to change last commit message$ git push originand create pull request