The situation is as it follows:
- parent (.git, linked to remote github repo already)
-
- child_0 (.git, local repo)
-
- child_1 (.git, local repo)
I've been looking here but at least this question's answers are vague in the proceeding. My goal is to, if possible, just use the remote parent repo adding child_0 and child_1 commit history and manage them both from the parent. Thank you in advance.