Skip to content

Instantly share code, notes, and snippets.

@mariozig
Last active September 17, 2020 21:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save mariozig/9dbb970f04a39c7017e1 to your computer and use it in GitHub Desktop.
Save mariozig/9dbb970f04a39c7017e1 to your computer and use it in GitHub Desktop.
Changes to remote for developers. Full blog post @ http://ruby.zigzo.com/2015/03/23/moving-from-gitlab-to-github/
# Go to local repo
cd /path/on/your/machine/my-repo
# Just update the remote
git remote set-url origin git@github.com:mario/my-repo.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment