Skip to content

Commit

Permalink
chore: update published articles [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
devto-bot committed Sep 27, 2024
1 parent bc52c3c commit 30f991b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion posts/navarroaxel/20.git-rebase-edit.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 30f991b

Please sign in to comment.