Steps on Squashing Commits and Git Rebase
Notes for myself based on my recent experience, hope it can provide some help to others

Step1. push up your last commit before you run the rebase:
git add .
git commit -m "feature/CORE Notes For Commit"
// this is the 6th commitgit push --set-upstream origin feature/CORE-418-update-admin-page-style