I have the following requirement.
Git repo A (on BitBucket): all development is committed multiple times a day Git repo B (on AWS CodeCommit): only specific commits from Repo A should go into it...
Example: I work on a block of code (have multiple commits into Repo A) and then when I'm happy with the progress and unit testing..etc.. I want to push all the changes into Repo B as a single commit (similar to a merge)
This is to keep the commit history of Repo B clean