Git: Amend first commit

Using the --root flag to git rebase, we can also change the first commit of a Git repo. This is fairly new. Source: https://stackoverflow.com/a/2309391/3600147

$ git rebase --root --interactive