From 4037e3bb31ce70d91c315c49e360b98c9adef3ac Mon Sep 17 00:00:00 2001 From: Keiler Guardo Herrera Date: Fri, 1 Aug 2025 10:31:58 -0500 Subject: [PATCH] fix typo in the github content (#8980) --- .../roadmaps/git-github/content/rebase@99FVJ3Zs8n6lr8L95mG6g.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/git-github/content/rebase@99FVJ3Zs8n6lr8L95mG6g.md b/src/data/roadmaps/git-github/content/rebase@99FVJ3Zs8n6lr8L95mG6g.md index 932314779..9bc5bf8a6 100644 --- a/src/data/roadmaps/git-github/content/rebase@99FVJ3Zs8n6lr8L95mG6g.md +++ b/src/data/roadmaps/git-github/content/rebase@99FVJ3Zs8n6lr8L95mG6g.md @@ -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: