I'm using sourcetree with git and I am doing the following.
Creating a local branch from master called defect123. After making 10 commits to defect123 branch, I want to merge it into master but with only one commit with message "Fix for defect123"
Is this possible?