Start an interactive rebase from a feature, then choose the squash commend to flatten your commits into a single message.
command line
git rebase master --interactive
Start an interactive rebase from a feature, then choose the squash commend to flatten your commits into a single message.
git rebase master --interactive
Ask questions via GitHub below OR chat on Slack #questions