Title here
Summary here
Rebase is a command in Git that allows us to rewrite commit history. Make use of it to keep a clean commit history!
Refer to the rebase documentation here
dev
dev
branch into your feature branch without creating a merge commitIf uncomfortable with using rebase, you can create a temporary copy of your branch to test out rebase
Force pushing to a shared branch will potentially overwrite the work of other developers when they pull