From 59d462574b5bb2be67520c6bf258cbde8d504f62 Mon Sep 17 00:00:00 2001 From: dhruv Date: Sat, 6 Dec 2025 00:14:29 +0530 Subject: [PATCH] Update gitea_client_uploader_comands.sh --- gitea_client_uploader_comands.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea_client_uploader_comands.sh b/gitea_client_uploader_comands.sh index 34a4ce1..6a97416 100644 --- a/gitea_client_uploader_comands.sh +++ b/gitea_client_uploader_comands.sh @@ -89,7 +89,7 @@ git config --global http.sslVerify false -# save username and password to local system . ( so that there will not be any need to enter username and password for every git clone ) +# save username and password to local system . ( so that there will not be any need to enter username and password for every git clone on Private repositories ) git config --global credential.helper store