Some utility tasks and extensions for Capistrano 3.
Add this line to your application’s Gemfile:
gem 'fetch-capistrano-tasks', github: 'fetch/capistrano-tasks'
And then execute:
$ bundle
Require in Capfile to include all the tasks:
require 'capistrano/fetch'
Or require a single taskset:
require 'capistrano/fetch/git`
fetch:git:update_repo_url:repo_url in your local config, use this task to also update it on the remote repo.git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)