Move commit "on top"
# main: A--B--X--Y
# feature: A--B--$--C--D
# new feature: A--B--C--D--$
# example to use command:
# git rebase -i {commitHash}~{moveToPosition}
# git rebase -i $~1
# real world example
$ git rebase -i 74208a9d8611c6c11e06b624276cc96f931818b4~1