Skip to content

Instantly share code, notes, and snippets.

@artursapek
Created August 26, 2014 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artursapek/4575fc96fb752ee2c9bb to your computer and use it in GitHub Desktop.
Save artursapek/4575fc96fb752ee2c9bb to your computer and use it in GitHub Desktop.
function gbr {
echo `git name-rev --name-only HEAD`
}
# when on master:
# > gbr
# master
function dp {
bundle exec cap -s revision=`gbr` $1 deploy
}
# deploys current branch to panda:
# > dp panda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment