Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This is pretty good, I had never seen autosquash before. Another rebase flag that I find useful is --onto. For example, to rebase only the most recent N commits of a branch onto master:

git rebase HEAD~N --onto master



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: