From c64b0801e2182e48c61a7f00a076f175f4393ec3 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Sat, 1 Mar 2025 14:03:48 +0400 Subject: [PATCH] bug --- bin/pman | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/pman b/bin/pman index 63fc5c5..9cedf4d 100755 --- a/bin/pman +++ b/bin/pman @@ -83,6 +83,7 @@ function init_config_action() { local -a push_branches _init_config || exit_with ewarn "Initialisation de la configuration annulée" + git commit -m "configuration pman" push_branches+=("$CurrentBranch") _push_branches