mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 05:04:39 +02:00
Updated init-git.ps1
This commit is contained in:
@ -6,9 +6,9 @@
|
|||||||
# Source: github.com/fleschutz/PowerShell
|
# Source: github.com/fleschutz/PowerShell
|
||||||
# License: CC0
|
# License: CC0
|
||||||
|
|
||||||
$UserName = read-host "Your full name"
|
$UserName = read-host "Enter your full name"
|
||||||
$UserEmail = read-host "Your email address"
|
$UserEmail = read-host "Enter your email address"
|
||||||
$UserEditor = read-host "Your favorite editor (nano, vi, emacs)"
|
$UserEditor = read-host "Enter your favorite editor (nano, vi, emacs)"
|
||||||
|
|
||||||
try {
|
try {
|
||||||
git config --global user.name $UserName
|
git config --global user.name $UserName
|
||||||
|
Reference in New Issue
Block a user