Skip to content

Instantly share code, notes, and snippets.

@turbod
Created January 19, 2013 16:53
Show Gist options
  • Save turbod/4573622 to your computer and use it in GitHub Desktop.
Save turbod/4573622 to your computer and use it in GitHub Desktop.
Import an existing repository
$ cd /path/to/my/repo
$ git remote add origin ssh://git@bitbucket.org/norbi/polcrendszerek.git
$ git push -u origin --all # to push changes for the first time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment