Skip to content

Commit

Permalink
Update posts/navarroaxel/20.git-rebase-edit.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navarroaxel authored Sep 27, 2024
1 parent c86e858 commit 343f768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/navarroaxel/20.git-rebase-edit.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ Let me know in the comments 👇 what other method you prefer to split or edit c

## Conclusion

Remember that it's useful to keep your commits small and semantic, making atomic changes make it easier to check where a crazy bug was introduced. Split commits is an easy to use tool and helps you to keep your Git history more readable. Remember, more commits is not an issue if they are small and semantic.
Remember that it's useful to keep your commits small and semantic. Committing atomic changes makes it easier to check where a crazy bug was introduced. Splitting commits is an easy process to perform and helps you to keep your Git history more readable. Remember, more commits is not an issue if they are small and semantic.

In the next post we're going to check the `git rebase --force-rebase` command. See ya!

0 comments on commit 343f768

Please sign in to comment.