how to solve file location conflicts when using cherry picking in git code example
Example: git cherry pick resolve conflict
// Resolve all conflits in VS Code git extension and then:
git cherry-pick --continue
// Resolve all conflits in VS Code git extension and then:
git cherry-pick --continue