Another command I forget the argument order for whenever I need it a couple of times a year:
$ git rebase --onto ⟨new base⟩ ⟨old base⟩
“Git, I wish I hadn’t based the current branch on ⟨old base⟩, but on ⟨new base⟩.”
Another command I forget the argument order for whenever I need it a couple of times a year:
$ git rebase --onto ⟨new base⟩ ⟨old base⟩
“Git, I wish I hadn’t based the current branch on ⟨old base⟩, but on ⟨new base⟩.”