fix typo

David Zurow 2021-10-16 04:23:13 -04:00
parent a613d908c0
commit bc99e29740

@ -112,7 +112,7 @@ Use the down arrow key to select commit ef1b2b5 and then press 'e' to edit it.
![](https://i.imgur.com/URVxxAs.png)
It's worth noting here what is going on. When you hit 'e' on commit ef1b2b5, an interactive rebase was started based on ef1b2b5's parent, with 'edit' being chosen for ef1b2b5 and 'pick' for the other three commits. Those 'picks' that you now see in lazydocker correspond to the entries in the todo file for those commits. The actual HEAD pointer is at commit ef1b2b5 hence the 'YOU ARE HERE' arrow.
It's worth noting here what is going on. When you hit 'e' on commit ef1b2b5, an interactive rebase was started based on ef1b2b5's parent, with 'edit' being chosen for ef1b2b5 and 'pick' for the other three commits. Those 'picks' that you now see in lazygit correspond to the entries in the todo file for those commits. The actual HEAD pointer is at commit ef1b2b5 hence the 'YOU ARE HERE' arrow.
Also worth noting that the order of commits shown in lazygit is the reverse of the order in the todo file.