If your local branch is main, you have to set the :biff.tasks/deploy-cmd config option to ["git" "push" "prod" "main:master"]. It would be better if Biff detected whether your local branch's name is main or master and used the right command by default.
If your local branch is
main
, you have to set the:biff.tasks/deploy-cmd
config option to["git" "push" "prod" "main:master"]
. It would be better if Biff detected whether your local branch's name ismain
ormaster
and used the right command by default.