You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ git log
$ git rebase -i [sha]
# insert# change pick to f to put in last (above)# change pick to r to reword
esc
:wq
# rename commit message
$ git rebase --continue