message no. 149783
Posted by simenbrekken in #github at 2016-09-07T07:46:35Z
Hi, my workflow is probably similar to a lot of others. I create pull requests from feature branches that I later squash and merge on Github. I'm wondering if there's an easy way to clean up local branches that have merged using squash and merge. git branch --merged obviously doesn't list the branches since the merge was performed using --squash