Good day. Imagine 20 developers pushing into master, so the commit history is full of messages like:
Merge branch 'master'
I decided that it would help me:
git pull origin master
then do another commit and then
git rebase -i HEAD~2 // ΠΈ ΡΠΈΠΏΠ° ΡΠ΄Π°Π»ΡΠ΅ΠΌ Π½ΡΠΆΠ½ΡΠΉ ΠΊΠΎΠΌΠΌΠΈΡ ΠΈΠ· ΠΈΡΡΠΎΡΠΈΠΈ
but rebase does not output a commit with the Merge branch 'master'
Help please understand what I am doing wrong.