Importing to Gitlab from Github

Instructions:

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