Skip to content

Instantly share code, notes, and snippets.

View timcondit's full-sized avatar
💭
TODO: steal James's status.

Tim Condit timcondit

💭
TODO: steal James's status.
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