Skip to content

Instantly share code, notes, and snippets.

@jakubpawlowicz
Created October 6, 2010 17:37
Show Gist options
  • Save jakubpawlowicz/613745 to your computer and use it in GitHub Desktop.
Save jakubpawlowicz/613745 to your computer and use it in GitHub Desktop.
Allows deploying current branch via Capistrano without altering deployment configuration on every branch
set :branch, `git branch 2> /dev/null`.scan(/\* (\S+)/).flatten[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment