I'm trying to following the instructions on https://help.github.com/articles/using-git-rebase-on-the-command-line/ for interactively rebasing from my initial commit (More specifically, I'm trying to remove all the bin
and obj
folders from the history). So once I type in
git rebase -i --root
I get the following screen as expected, but then I can't figure out how to change the first one to edit
. Like I can't figure out which button on the keyboard to click. Sorry if this is a stupid question.