ruebenramirez / blog

My blog
http://blog.ruebenramirez.com/
7 stars 0 forks source link

squashing sooo many micros #398

Open ruebenramirez opened 7 years ago

ruebenramirez commented 7 years ago

I had been pushing up a TON of micros and then needed to rebase on top of a dramatically different master.

I found this incredibly useful for getting the rebase done and dealing with the aftermath afterwards..

git rebase -s recursive -X theirs master

source: http://stackoverflow.com/a/4273436