Git interactive rebase the first commit
One small frustration with git is the inability to do an interactive rebase on the first commit. More recent versions have this ability using the additional --root
switch:
git rebase -i --root
One small frustration with git is the inability to do an interactive rebase on the first commit. More recent versions have this ability using the additional --root
switch:
git rebase -i --root