Latest posts
-
Day 14: Git Remastered & WooCommerce
What is Git Rebase Interactive? Git rebase interactive (git rebase -i) lets you rewrite commit history in a flexible way. With it, you can: How to Use Git Rebase Interactive Example Workflow Here’s a simple workflow example to squash the last three commits into one: Some other similiar commands: 1. git cherry-pick git cherry-pick allows…