diff --git a/posts/navarroaxel/20.git-rebase-edit.md b/posts/navarroaxel/20.git-rebase-edit.md index 3e19df3..ff222e0 100644 --- a/posts/navarroaxel/20.git-rebase-edit.md +++ b/posts/navarroaxel/20.git-rebase-edit.md @@ -1,10 +1,11 @@ --- title: A step-by-step guide to splitting commits using Git rebase published: true -description: Learn why and how to split commits to keep your Git history clean and organized. Whether you're backport hotfixes or simply aiming for more readable commit history, this step-by-step guide has got you covered. +description: 'Learn why and how to split commits to keep your Git history clean and organized. Whether you''re backport hotfixes or simply aiming for more readable commit history, this step-by-step guide has got you covered.' tags: 'git, bash, productivity, tooling' cover_image: ./assets/git-rebase-edit.png id: 2015782 +date: '2024-09-27T15:08:10Z' --- In the previous posts we checked how to use the [`git rebase --interactive`](https://git-scm.com/docs/git-rebase#Documentation/git-rebase.txt---interactive) and how to squash your commits using the `fixup` command in the `git-rebase-todo` file.