Skip to content

Commit

Permalink
1675 add a 'Squash your commits' header to 'Advanced Rebasing' sectio…
Browse files Browse the repository at this point in the history
…n in git
  • Loading branch information
zahash authored and tshepang committed Aug 30, 2023
1 parent 1f77525 commit f83c46a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f83c46a

Please sign in to comment.