This commit is contained in:
Jephté Clain 2025-03-01 14:03:48 +04:00
parent 745e5420df
commit c64b0801e2

View File

@ -83,6 +83,7 @@ function init_config_action() {
local -a push_branches local -a push_branches
_init_config || exit_with ewarn "Initialisation de la configuration annulée" _init_config || exit_with ewarn "Initialisation de la configuration annulée"
git commit -m "configuration pman"
push_branches+=("$CurrentBranch") push_branches+=("$CurrentBranch")
_push_branches _push_branches