I am wondering how I can target a specific commit SHA in Git for deployment, using Capistrano? It should be something like
cap deploy --version=
ask :branch, 'master'
Prompts for input but defaults to 'master' if you press return.