From a0781b7c05ffc2addec5983becc34efff074ef26 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 9 Nov 2019 21:55:46 +1100 Subject: [PATCH] Updated Interactive Rebasing (markdown) --- Interactive-Rebasing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interactive-Rebasing.md b/Interactive-Rebasing.md index f5f7152..4f98471 100644 --- a/Interactive-Rebasing.md +++ b/Interactive-Rebasing.md @@ -100,7 +100,7 @@ If we hit merge conflicts due to your new changes not being compatible with one And then you're done :) Suffice it to say that such a longwinded process is unnecessarily painful. ## The Lazygit Approach (long way): -Let's consider the general way of interactively rebasing in lazygit. +Let's consider the general way of interactively rebasing in lazygit. This will mirror the git approach. ### Step 1 Open `lazygit` in your command line and navigate to the commits panel either by clicking on it, pressing '4' or hitting the right arrow twice.