what the fuk do you mean empty commit

This commit is contained in:
2024-09-07 16:01:06 +02:00
parent 5c6a7646a6
commit 070f375a05
2 changed files with 7 additions and 0 deletions
View File
+7
View File
@@ -0,0 +1,7 @@
# Add username + email to git
echo "Enter your username"
read username
echo "Enter your emailadres"
read email
git config user.name "$username"
git config user.email "$email"