Skip to content

Commit a446df3

Browse files
Update docs/HowToGuides/FAQ.md
Co-authored-by: Luciano Almeida <[email protected]>
1 parent b46943f commit a446df3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/HowToGuides/FAQ.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,10 @@ git rebase --continue
135135

136136
Git's history can sometimes become cluttered with many small commits.
137137
Fortunately, Git has a feature called `rebase` that allows you to clean up your commit history.
138-
Here's a simple way to use it, If you want to learn more,
138+
If you want to learn more,
139139
[GitHub - About Git rebase](https://docs.github.com/en/get-started/using-git/about-git-rebase)
140-
provides a comprehensive overview of `rebase`:
140+
provides a comprehensive overview of `rebase`.
141+
Here's a small gist that goes through the basics on how to use it:
141142

142143
1. Begin an interactive rebase: Use `git rebase -i HEAD~N`, where `N` is the number of commits
143144
from the latest one you want to edit. This will open a text editor,

0 commit comments

Comments
 (0)