Move Commits Between Branches in Git
Why do you need to move commits between branches? Let's imagine this scenario:
You're so happy, the first building block of that new feature is ready and it's a great time to commit. You open the terminal and type:
git add .
git commit -m "feat: firs...
balastrong.hashnode.dev5 min read