Git way of Combine #156
-
Is there any way to combine previous commit or selected commits into a single commit for better use and understanding? |
Beta Was this translation helpful? Give feedback.
Answered by
SaurabhS55
May 12, 2024
Replies: 1 comment
-
Yes, you can combine previous commits or select commits into a single commit for better organization and clarity using a technique called "squashing" in Git.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
soham0005
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can combine previous commits or select commits into a single commit for better organization and clarity using a technique called "squashing" in Git.
You can do this by two ways-