In my own repository, I set the master branch as protected in Settings>Branches so that my own Pull Requests not automatically accepted. This allows me to choose the Squash Commits when accepting my own Pull Request .
The problem is that after this merge, if I switch to Branches on GitHub, the merged branch still shows 7, which precedes master . How can I update this?
Update
I donβt think there is a way around this. I am going to use Squash & Merge , remove branch and create a tag on master with the name of the merged branch
git github
Brian Dec 13 '17 at 11:12 2017-12-13 11:12
source share