File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,10 @@ git rebase --continue
135
135
136
136
Git's history can sometimes become cluttered with many small commits.
137
137
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,
139
139
[ 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:
141
142
142
143
1 . Begin an interactive rebase: Use ` git rebase -i HEAD~N ` , where ` N ` is the number of commits
143
144
from the latest one you want to edit. This will open a text editor,
You can’t perform that action at this time.
0 commit comments