From 5f4706783ba44970a5b2f334d6bdfcd31f02824f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 23 Dec 2024 18:48:16 +0100 Subject: [PATCH] wait #7231 @0.5 --- src/CommandLine/Git.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CommandLine/Git.php b/src/CommandLine/Git.php index e5f9f7f..24a7175 100644 --- a/src/CommandLine/Git.php +++ b/src/CommandLine/Git.php @@ -70,6 +70,7 @@ class Git extends CommandLine { $args = ''; if ($rebase) { + self::executeCommand($repos, 'add -A .'); self::executeCommand($repos, 'stash', $debug); $args .= '--rebase'; } -- 2.39.5