1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-19 07:31:24 +02:00

fix typo in the github content (#8980)

This commit is contained in:
Keiler Guardo Herrera
2025-08-01 10:31:58 -05:00
committed by GitHub
parent 267d2b54f2
commit 4037e3bb31

View File

@@ -1,6 +1,6 @@
# Rebase
Rebasing in Git is a powerful and potentially complex feature used to reorganize or modify a series of commits. The primary purpose of rebasing is to create a cleaner, more linear project history by moving or combining changes from one branch onto another.
Rebasing in Git is a powerful and potentially complex feature used to reorganize or modify a series of commits. The primary purpose of rebasing is to create a cleaner, more linear project history by moving or combining changes from one branch into another.
Visit the following resources to learn more: