Java

Git Rebase and Cherrypick

Introduction Git is a powerful version control system that developers rely on to manage their codebases efficiently. Two essential Git techniques that every developer should be familiar with are "cherry-picking" and "rebasing." In this blog, we'll delve into both of these techniques, explaining what they are, how they work, and when to...

by anuj.dhami
Tag: rebase
10-Oct-2023

Technology

Using Git Rebase

Working on a cool project, doing cool and unusual stuff has its own charms and challenges. For doing cool things, you need cool tools to play with and Git surely is one of the coolest ones around. One of the many powerful features of git is rebase. While working on a large project, you almost always develop your feature on a new...

by Sachin
Tag: rebase
22-Jan-2012