Git cherrypick files to a different folder
I have a source repo with several folders and a number of commits across those folders. I am looking to cherry-pick some of the commits that created specific files and sub-folders in the source repo and move them into the root folder of a destination repo.
How to add extra stuff to a cherry-pick?
When cherry-picking in git, I have often the situation that I want to add extra changes to it like a ChangeLog or NEWS entry.
git: How to add extra stuff to a cherry-pick?
When cherry-picking in git, I have often the situation that I want to add extra changes to it like a ChangeLog or NEWS entry.