Skip to content

Commit f83c46a

Browse files
zahashtshepang
authored andcommitted
1675 add a 'Squash your commits' header to 'Advanced Rebasing' section in git
1 parent 1f77525 commit f83c46a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/git.md

+2
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ upstream.
351351

352352
## Advanced Rebasing
353353

354+
### Squash your commits
355+
354356
If your branch contains multiple consecutive rewrites of the same code, or if
355357
the rebase conflicts are extremely severe, you can use
356358
`git rebase --interactive master` to gain more control over the process. This

0 commit comments

Comments
 (0)