How do I squash commits before merging a PR? #721
Replies: 1 comment
|
It means combining multiple commits into one, usually to keep the main branch history clean and meaningful. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It means combining multiple commits into one, usually to keep the main branch history clean and meaningful.