what the fuk do you mean empty commit
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user