git config pull.rebase false
git checkout HEAD <pathname>
git rebase <branchname>
git branch -v
git push
git branch -m <old_branchname> <new_branchname>