A quick note on copying from an existing git branch into another, with no merging. I added this to my “git you bloody git!” git notes gist.

TLDR; git reset --hard <the branch you want to copy>