Why is `git-cherry-copy` tied to "origin"? I'd like to create a branch from `upstream/master` and cherry-pick a commit onto it. For example: ``` git cherry-copy -b upstream/master esp32-rtc-memory 659c2119d ```