How do you merge two git branches that are in different local repos/folders?

Viewed 19727

I have:

folder_a/app_1.0
folder_b/app_1.1

And let's just say I'm working off of the master branch in both folders/repos.

How can I merge the branches together?

1 Answers
Related