🥞 Squash
How to use git rebase to squash your commits
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
How to use git rebase to squash your commits
Start an interactive rebase from a feature, then choose the squash commend to flatten your commits into a single message.
git rebase master --interactive