Git Two Remote
1. Cloning GitLab
git clone http://git.boanlab.com/boanlab/solution.git2. Adding Remote
git remote add github https://github.com/isu-kim/boanlab-solution.git3. Push GitHub
git push github mainLast updated