Git Cherry Pick: A Way To Remove Commits Between Two Commits
One of the best practices when using git is to keep histories on your main branch clean
Sometimes, It's very hard.
Here, I will share one situation which can be fixed using Git Cherry Pick
Git Cherry Pick
Cherry picking in Git means choosing a commi...
sujeet-agrahari.hashnode.dev2 min read