mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-29 05:09:05 +02:00
Update configure-git.ps1
This commit is contained in:
parent
0edeca4765
commit
51fedf62d9
@ -22,7 +22,7 @@ try {
|
|||||||
& git config --global core.symlinks true
|
& git config --global core.symlinks true
|
||||||
& git config --global core.longpaths true
|
& git config --global core.longpaths true
|
||||||
& git config --global init.defaultBranch main
|
& git config --global init.defaultBranch main
|
||||||
write-host -foregroundColor green "✔️ your Git configuration has been saved, it's now:"
|
write-host -foregroundColor green "✔️ saved your Git configuration, it's now:"
|
||||||
& git config --list
|
& git config --list
|
||||||
exit 0
|
exit 0
|
||||||
} catch {
|
} catch {
|
||||||
|
Loading…
Reference in New Issue
Block a user