I'd like to following strategy of git feature branch merging: 1.local feature branch have all the detail commit history against that branch; 2.when merged into master branch, i want only 1 commit representing all the feature branch commits. How to implement that, or is that possible?
Thanks~!