I have a bitbucket repo A that I've been using for development. The production code is only a subset of the code on bitbucket repo.
I want to continue using repo A for development and migrate only the production code subset to repo B. Is this possible?
i.e.
Source repository A
(Bitbucket)
/src
/a.py
/b.py
New repository B
(GitHub)
/src
/a.py
(repo B has no b.py).