good
This commit is contained in:
@@ -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"
|
||||||
Reference in New Issue
Block a user