From 42fbae7aec3b28f1249a5732340e80e97b0698ba Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Sun, 28 Apr 2024 16:00:00 +0530 Subject: [PATCH] =?UTF-8?q?=E2=8F=B3=20@eshanized=20updated=20the=20reposi?= =?UTF-8?q?tory=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 config.sh diff --git a/config.sh b/config.sh deleted file mode 100644 index 5b8fc317..00000000 --- a/config.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -# Git Configuration Script - -echo "Welcome to Git Configuration Script!" - -name="eshanized" -email="m.eshanized@gmail.com" - -# Set user name and email -git config --global user.name "$name" -git config --global user.email "$email" - -echo "Git configuration completed!"