I have a repo called live.git and I have another repo called dev.git.
I want to add the dev.git repo as a branch to live.git so that I can see what's different on dev.git and possibly merge some changes to live.git.
I'm still new to git and I feel like I'm missing something obvious.
I am not looking to keep the history of both repositories, my end goal is to have the differences from dev.git committed to live .git and remove the branch.