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