After running the interactive staging git command $ git add -i
and choosing one of the options for example "update", then I don't know how to get back to the root level to choose another option.
Is there any keyboard shortcuts or alternative methods rather that just using "ctrl + c" and then running the code $ git add -i
, again?