git rebase is a great way to clean up the history
adding a -i like
git rebase -i
enters interactive mode and directs you to a file that let you control what commits are added.
git rebase is a great way to clean up the history
adding a -i like
git rebase -i
enters interactive mode and directs you to a file that let you control what commits are added.