Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created January 21, 2013 09:45
Show Gist options
  • Select an option

  • Save phlegx/4584909 to your computer and use it in GitHub Desktop.

Select an option

Save phlegx/4584909 to your computer and use it in GitHub Desktop.
branch = `git rev-parse --abbrev-ref HEAD`
gem "my_model", :git => "gitolite@example.com:my_project", :branch => "#{branch.strip.to_s}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment