Skip to content

Instantly share code, notes, and snippets.

@ruiteix
Last active April 4, 2019 13:53
Show Gist options
  • Save ruiteix/9f47ea3faae7efe0cbc713e497732dbf to your computer and use it in GitHub Desktop.
Save ruiteix/9f47ea3faae7efe0cbc713e497732dbf to your computer and use it in GitHub Desktop.
Clone repository from github to gitlab
git clone --bare git@github.com:ruiteix/<repo_name_src>.git
git remote add gitlab git@gitlab.com:ruiteix/<repo_name_dst>.git
cd <repo_name_src>.git
git remote add gitlab git@gitlab.com:ruiteix/<repo_name_dst>.git
git push --mirror gitlab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment