Skip to content

Instantly share code, notes, and snippets.

View mtshikomba's full-sized avatar
🌍
Django Python, Laravel PHP, Symfony, NLP

Tangeni M. Shikomba mtshikomba

🌍
Django Python, Laravel PHP, Symfony, NLP
View GitHub Profile
# Assume we are in your home directory
cd ~/
# Clone the repo from GitLab using the `--mirror` option
$ git clone --mirror git@your-gitlab-site.com: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.