From 0f7eecbc8c5e12444e7289fc5c9d53d09d66caf1 Mon Sep 17 00:00:00 2001 From: inorishio Date: Mon, 9 Sep 2024 22:47:06 +0200 Subject: [PATCH] good --- Scripts/git-account.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/git-account.sh b/Scripts/git-account.sh index 8fa76e6..ad4e993 100644 --- a/Scripts/git-account.sh +++ b/Scripts/git-account.sh @@ -3,5 +3,5 @@ echo "Enter your username" read username echo "Enter your emailadres" read email -git config user.name "$username" -git config user.email "$email" \ No newline at end of file +git config --global user.name "$username" +git config --global user.email "$email" \ No newline at end of file