We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f77525 commit f83c46aCopy full SHA for f83c46a
src/git.md
@@ -351,6 +351,8 @@ upstream.
351
352
## Advanced Rebasing
353
354
+### Squash your commits
355
+
356
If your branch contains multiple consecutive rewrites of the same code, or if
357
the rebase conflicts are extremely severe, you can use
358
`git rebase --interactive master` to gain more control over the process. This
0 commit comments