Git issue - move specific commits from your current branch to a different branch
There are multiple ways to move branches from one branch to another.
Cherry-pick only copies the commit from current branch to target branch rather than moving the commit i.e., the branch is still there in source branch.
# Switch to the target bran...
sai-lalith-devops.hashnode.dev1 min read