Branch Workflow Create your feature branch git checkout -b my-new-feature Add your changes git add changed-file Commit your changes git commit Push to the branch git push origin my-new-feature Deploying bundle exec cap ENVIRONMENT_NAME deploy