Skip to content

Instantly share code, notes, and snippets.

View erko2's full-sized avatar
🏠
Working from home

Ermal Kollcinaku erko2

🏠
Working from home
View GitHub Profile
Logfiles for Host:
##################################################################
--------------------- SSHD Begin ------------------------
Network Read Write Errors: 80
SSHD Killed: 3 Times
SSHD Started: 3 Times
@erko2
erko2 / migrate_repo.sh
Created September 5, 2021 16:41 — 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.