From b66976a73290babf92b85e3861ebdf0936492ddf Mon Sep 17 00:00:00 2001 From: LukeGus Date: Thu, 28 Nov 2024 01:38:44 +0000 Subject: [PATCH] Commit --- git_push.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/git_push.sh b/git_push.sh index 00184f6b..de2a7154 100755 --- a/git_push.sh +++ b/git_push.sh @@ -54,7 +54,6 @@ if [ $? -ne 0 ]; then fi echo "Pushing changes forcefully to branch: $BRANCH_NAME" -# Set GIT_ASKPASS to bypass the password prompt using the stored credentials export GIT_ASKPASS=echo git push -f origin "$BRANCH_NAME" if [ $? -ne 0 ]; then