Skip to content

Instantly share code, notes, and snippets.

View adamlevenson's full-sized avatar

Adam Levenson adamlevenson

View GitHub Profile
@jcaraballo
jcaraballo / git-branch-between-different-repositories.md
Created March 6, 2012 01:05
How to fork a github repository in bitbucket

#Create bitbucket branch

##Create local branch

$ git checkout -b sync
Switched to a new branch 'sync'
$ git branch
  master
* sync