From d01b87184f3627a524e71a4ad511e2f3c03b8b47 Mon Sep 17 00:00:00 2001 From: zahash Date: Tue, 29 Aug 2023 15:32:12 +0530 Subject: [PATCH] 1675 add a 'Squash your commits' header to 'Advanced Rebasing' section in git --- src/git.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/git.md b/src/git.md index 6c5c6468..579459bd 100644 --- a/src/git.md +++ b/src/git.md @@ -351,6 +351,8 @@ upstream. ## Advanced Rebasing +### Squash your commits + If your branch contains multiple consecutive rewrites of the same code, or if the rebase conflicts are extremely severe, you can use `git rebase --interactive master` to gain more control over the process. This