1675 add a 'Squash your commits' header to 'Advanced Rebasing' section in git

This commit is contained in:
zahash 2023-08-29 15:32:12 +05:30 committed by Tshepang Mbambo
parent 5c1c8098b9
commit e14c7eabb7

View file

@ -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