Quantcast
Channel: What does it mean to squash commits in git? - Stack Overflow
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

Answer by 0xAliHn for What does it mean to squash commits in git?

The rebase command has some awesome options available in its --interactive (or -i) mode, and one of the most widely used is the ability to squash commits. What this does is take smaller commits and...

View Article


Image may be NSFW.
Clik here to view.

Answer by Margaret Bloom for What does it mean to squash commits in git?

You can think of Git as an advanced database of snapshots of your working directory(ies).One very nice feature of Git is the ability to rewrite the history of commits.The principal reason for doing...

View Article

Answer by Julien Lopez for What does it mean to squash commits in git?

It means combining several commits into one. Have a look at :Squash my last X commits together using Git

View Article

What does it mean to squash commits in git?

What does Squashing commits in git mean. How do I squash commits in Github?

View Article
Browsing latest articles
Browse All 4 View Live