Skip to content

Instantly share code, notes, and snippets.

@umhan35
Created January 26, 2014 04:11
Show Gist options
  • Save umhan35/8628318 to your computer and use it in GitHub Desktop.
Save umhan35/8628318 to your computer and use it in GitHub Desktop.
treat bitbucket like github in `Gemfile`

Copy & paste the following to your Gemfile

def bitbucket repo; {git: 'ssh://[email protected]/'+repo} ;end

Usage

gem 'xxx', github('user/repo')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment