Importing to Gitlab from Github
Instructions:
- git clone {github repo}
- cd git_cloned_directory
- vi .git/config
Delete the stanza about [remote "origin"] - Log into king.cs.drexel.edu
Create a new project
Note the command it tells you how to import and existing repo - git remote add origin "{path from 4 on king}"
- git push --all
This may only do one branch, I believe the command is something like git push -b "branch" to push other branches