Skip to content

Instantly share code, notes, and snippets.

@robertmarsal
Created May 11, 2012 09:01
Show Gist options
  • Save robertmarsal/2658522 to your computer and use it in GitHub Desktop.
Save robertmarsal/2658522 to your computer and use it in GitHub Desktop.
Git new repo config
[remote "origin"]
url = git@bitbucket.org:username/reponame.git
fetch = +refs/heads/*:refs/remotes/origin/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment