DEV Community

Calvin
Calvin

Posted on • Edited on

1 1

Reading Snippets [35 => Git]

Git rebasing makes a linear sequence of commits. The commit log/history of a repository can be a lot cleaner if rebasing is used.

For example, git rebase could be used to move work from one branch directly to work from another master, making the features on both branches look like they were developed sequentially even though they were actually developed in parallel.

Source:Learn Git Branching

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay