Skip to content

Instantly share code, notes, and snippets.

View thatdoogieguy's full-sized avatar

Jacob Thomas thatdoogieguy

View GitHub Profile
@thatdoogieguy
thatdoogieguy / migrate_repo.sh
Created September 25, 2019 05:10 — forked from mariozig/migrate_repo.sh
Migrate repo from GitLab to GitHub Full blog post @ http://ruby.zigzo.com/2015/03/23/moving-from-gitlab-to-github/
# Assume we are in your home directory
cd ~/
# Clone the repo from GitLab using the `--mirror` option
$ git clone --mirror [email protected]:mario/my-repo.git
# Change into newly created repo directory
$ cd ~/my-repo.git
# Push to GitHub using the `--mirror` option. The `--no-verify` option skips any hooks.
@thatdoogieguy
thatdoogieguy / cloudSettings
Last active January 21, 2023 17:56
vscodesettings
{"lastUpload":"2021-09-10T22:04:56.489Z","extensionVersion":"v3.4.3"}