Arjun Sivaraman
Arjun Sivaraman's Blog

Arjun Sivaraman's Blog

Follow
Follow
homeGit Rebasebadgesnewsletter
Series

Git Rebase - The art of altering commits

In this series you'll get the know-how of using rebase unconventionally to alter previous commits in the project history i.e. the art of altering commits!

Articles in this series

Altering commits with Git Rebase: The setup

Feb 7, 20235 min read

Part 1 of using rebase unconventionally to alter previous commits in the project history · Rebasing is the process of moving or combining a sequence of...

Altering commits with Git Rebase: The setup

Altering commits with Git Rebase: The rebase

Feb 8, 20234 min read

Part 2 of using rebase unconventionally to alter previous commits in the project history · Continuing from where we left off in part 1: The setup of this...

Altering commits with Git Rebase: The rebase