1675 add a 'Squash your commits' header to 'Advanced Rebasing' section in git
This commit is contained in:
parent
1f77525b1b
commit
f83c46a12e
|
|
@ -351,6 +351,8 @@ upstream.
|
||||||
|
|
||||||
## Advanced Rebasing
|
## Advanced Rebasing
|
||||||
|
|
||||||
|
### Squash your commits
|
||||||
|
|
||||||
If your branch contains multiple consecutive rewrites of the same code, or if
|
If your branch contains multiple consecutive rewrites of the same code, or if
|
||||||
the rebase conflicts are extremely severe, you can use
|
the rebase conflicts are extremely severe, you can use
|
||||||
`git rebase --interactive master` to gain more control over the process. This
|
`git rebase --interactive master` to gain more control over the process. This
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue