I have been working on a project within a git repository (let's call it Repo A). However, as I found myself wasting far too much time fiddling around with my own build configuration, I decided to try to make use of one of the many boilerplate/starter-kit projects (let's call the one I chose Repo B).
Now, my issue is, how would I merge the two repositories in such a way that I retain all the history of Repo A without losing the ability to, later on, pull/merge updates from Repo B?
For reference, at the time of writing, the repositories are:
Repo A: https://github.com/Braden1996/tron.io/commit/33ccf5335b0b693abeaf612aa65a5658dcfe1459
Repo B: https://github.com/ctrlplusb/react-universally