diff --git a/cli/src/core/git.py b/cli/src/core/git.py index 96646a9..4db5a9a 100644 --- a/cli/src/core/git.py +++ b/cli/src/core/git.py @@ -64,6 +64,8 @@ def git_push_changes( repo.index.reset(paths=files_to_stage) logger.info("Staging area successfully reset to clean state.") + raise e + logger.info("Successfully pushed!")