diff --git a/cli/src/core/git.py b/cli/src/core/git.py index 0c512a6..70abcf9 100644 --- a/cli/src/core/git.py +++ b/cli/src/core/git.py @@ -65,7 +65,7 @@ def git_push_changes( logger.info("Staging area successfully reset to clean state.") raise RuntimeError( - f"Failed to push to git due to: {e}. Does the branch already exist in Gitea?" + f"Failed to push to git due to: {e}.\nDoes the branch already exist in Gitea?" ) logger.info("Successfully pushed!")