Skip to content

Instantly share code, notes, and snippets.

@memphys
Created October 7, 2011 07:15
Show Gist options
  • Save memphys/1269672 to your computer and use it in GitHub Desktop.
Save memphys/1269672 to your computer and use it in GitHub Desktop.
import local repo to bitbucket
$ git remote add origin git@bitbucket.org:accountname/project.git
$ git push origin master
[branch "master"]
remote = origin
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment