Is it possible to configure Capistrano so it will remember previous choices?
for example, when asking for a branch name:
ask :branch, 'master'
I would like it to remember the last branch name rather than using the default master
.
If that is not possible, would it be possible to use an environment variable in place of master
?