This commit is contained in:
2024-09-09 22:47:06 +02:00
parent 2559bc58a3
commit 0f7eecbc8c
+2 -2
View File
@@ -3,5 +3,5 @@ echo "Enter your username"
read username read username
echo "Enter your emailadres" echo "Enter your emailadres"
read email read email
git config user.name "$username" git config --global user.name "$username"
git config user.email "$email" git config --global user.email "$email"