git log --decorate --oneline --graph --all
* d233053 (HEAD -> crud-phases-tasks) crud phases
* 68a0e7f added some changes
* 45501cb added right menu
* d26549e fixed backend permissions
* f4f52e2 crud tasks and fixed eslint and rubocops errors
* 9fac2e9 (root/dev, dev) Merge branch 'fguerrero/layout' into 'dev'
|\
| * cc98c21 Improve notifications component
* | f5eb054 Merge branch 'padame/refactor-request-versions' into 'dev'
|\ \
| * | 941adc9 H#260 Request list
When i run git rebase -i dev
i'm getting this:
pick f4f52e2 crud tasks and fixed eslint and rubocops errors
pick d26549e fixed backend permissions
pick 45501cb added right menu
pick 68a0e7f added some changes
pick d233053 crud phases
my last commit is crud phases. I need crud phases like first commit, something like this:
reword d233053 crud phases
squash f4f52e2 crud tasks and fixed eslint and rubocops errors
squash d26549e fixed backend permissions
squash 45501cb added right menu
squash 68a0e7f added some changes