Default scm branch to "main"
Author: jcoyneCreated Oct 26, 2022Updated Oct 29, 2022
Currently the default branch is "master" https://github.com/capistrano/capistrano/blob/f5a16779a7e6ddf6768ea2c1f39b101ffeba796b/lib/capistrano/defaults.rb#L24
However, Github and Gitlab by default creates repository with "main" as the default branch. Can this default value be changed to match?
Source: capistrano/capistrano