From 2841de6ee54e29d0348934037adb6a67ec4bfec5 Mon Sep 17 00:00:00 2001 From: Isaac <88895507+Isakso@users.noreply.github.com> Date: Mon, 30 Jun 2025 20:43:52 +0200 Subject: [PATCH] Update README.md --- rebase-interactive-autosquash/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebase-interactive-autosquash/README.md b/rebase-interactive-autosquash/README.md index 4a74d8c3..315cf2b9 100644 --- a/rebase-interactive-autosquash/README.md +++ b/rebase-interactive-autosquash/README.md @@ -16,7 +16,7 @@ There is a way to easily fix it with advanced options for `git commit` and `git 1. Explore the repo and the history so you know when the documentation file was added. 2. Fix `README.md` file and add it. -3. Add your commit by using `git commit --fixup=`. +3. Add your commit by using `git commit --fixup=`or use just git commit --fixup= commit id. 4. Use `git rebase --autosquash --interactive v0.0` to view the rebase recipe automatically generated. 5. Use `git log` to view your new beautiful history.