From: Vincent Vanwaelscappel Date: Mon, 23 Dec 2024 17:48:16 +0000 (+0100) Subject: wait #7231 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5f4706783ba44970a5b2f334d6bdfcd31f02824f;p=cubist_util.git wait #7231 @0.5 --- 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'; }