I am trying to move an issue from my private GitHub repo to my Organization repo (also private). Should I just clone the repo and and then git push
to the new organization? From there it's easy to move issues between repos.
https://github.com/me/repo-foo/issues/1
to
https://github.com/organization/repo-foo/
- both repos are private
- the issue contains images files, no code
- this should be easier, i think