MyBlogs
BlogTags
Published on
Thursday, April 23, 2026

Squash recent 3 commits into a single commit

git rebase -i HEAD~3

change

pick fda59df commit 1
pick x536897 commit 2
pick c01a668 commit 3

to

pick fda59df commit 1
squash x536897 commit 2
squash c01a668 commit 3

Tags

Git

In "Git" tag

Previous in tag

Git Submodule

Next in tag

git push --force-with-lease

Previous Article

Computed Property Names

Next Article

git push --force-with-lease
← Back to the blog
wiki.neo
•
© 2026
•
My Blogs