message no. 162332
Posted by ska in #github at 2017-01-31T15:45:31Z
If I have a fix branch based on hotfix/1.0, and I want to squash via rebase, can I just rebase to the commit just before the N changes I made? Or should I do "git rebase -i /hotfix/1.0" ? equivalent?