Updated init-git.ps1

This commit is contained in:
Markus Fleschutz 2020-11-22 09:20:13 +00:00
parent 39e1c31525
commit 5bee9908c0

View File

@ -6,9 +6,9 @@
# Source: github.com/fleschutz/PowerShell
# License: CC0
$UserName = read-host "Your full name"
$UserEmail = read-host "Your email address"
$UserEditor = read-host "Your favorite editor (nano, vi, emacs)"
$UserName = read-host "Enter your full name"
$UserEmail = read-host "Enter your email address"
$UserEditor = read-host "Enter your favorite editor (nano, vi, emacs)"
try {
git config --global user.name $UserName