On 1/25/2021 11:38 AM, Eugen Konkov wrote: > I can not rebase to first commit. > > This is how to reproduce: > > kes@work ~/work/projects/general/Auth $ git tree > * 67857d5 (HEAD -> dev) asdf > * 1e99034 (local/dev) Initial commit > kes@work ~/work/projects/general/Auth $ git rebase -i --autostash --rebase-merges 1e99034^ > fatal: invalid upstream '1e99034^' See `git rebase --root` where the documentation says "This allows you to rebase the root commit(s) on a branch.".