mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-23 05:01:37 +01:00
Updated init-git.ps1
This commit is contained in:
parent
39e1c31525
commit
5bee9908c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user