Git Squash Simplified: How to squash commits using VSCode and GitLens
If you have just started as an open source contributor or planning to become one, you might came across the open source projects which makes you to squash all the commits into a single one before or after opening a pull request.
And as a beginner, It...
blog.pawelborkar.com4 min read
Milo π³οΈβπ π¦ Xeon
I left Hashnode! https://miloxeon.com/articles
Nice guide, thank you for all that effort with the screenshots!
I really recommend using Sublime Merge. It has a forever free version that visualizes common Git concepts like squash and rebase as you carry them out, so you can understand it on a fundamental level.
When you reach that point, things that happen in terminal make much, much more sense.