How to move a commit from a wrong branch to the right branch with the cherry-pick git command
March 1st, 2022 | 3 mins read
When you create a commit on a wrong branch, you can fix it by using the cherr-pick git command to move the commit to the right branch
#git